Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Microbenchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mattia Mancini
Microbenchmarks
Commits
96a3cad0
Commit
96a3cad0
authored
1 year ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Update file matrix_multiplication.h
parent
815ae398
No related branches found
No related tags found
1 merge request
!5
Update file matrix_multiplication.h
Pipeline
#81814
passed
1 year ago
Stage: prepare
Stage: build
Stage: test
Stage: benchmark
Stage: summarize
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/matrix_multiplication.h
+0
-1
0 additions, 1 deletion
code/matrix_multiplication.h
with
0 additions
and
1 deletion
code/matrix_multiplication.h
+
0
−
1
View file @
96a3cad0
...
...
@@ -92,7 +92,6 @@ void matrixMultiplyAVX2(const std::complex<float>* a,
__m256i
a_4_ind
=
_mm256_set_epi32
(
7
,
7
,
7
,
7
,
3
,
3
,
3
,
3
);
__m256i
b_4_ind
=
_mm256_set_epi32
(
6
,
7
,
4
,
5
,
6
,
7
,
4
,
5
);
__m256
inv
=
_mm256_set_ps
(
1
.,
-
1
.,
1
.,
-
1
.,
1
.,
-
1
.,
1
.,
-
1
.);
__m256
a_1
=
_mm256_permutevar8x32_ps
(
a_m
,
a_1_ind
);
__m256
b_1
=
_mm256_permutevar8x32_ps
(
b_m
,
b_1_ind
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment