Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils
Commits
56375832
Commit
56375832
authored
4 years ago
by
Markus Holzer
Browse files
Options
Downloads
Patches
Plain Diff
cleaned test case further
parent
f0ab0460
No related branches found
No related tags found
1 merge request
!196
FIX Quicktests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pystencils_tests/test_vectorization.py
+1
-1
1 addition, 1 deletion
pystencils_tests/test_vectorization.py
with
1 addition
and
1 deletion
pystencils_tests/test_vectorization.py
+
1
−
1
View file @
56375832
...
@@ -7,7 +7,7 @@ from pystencils.cpu.vectorization import vectorize
...
@@ -7,7 +7,7 @@ from pystencils.cpu.vectorization import vectorize
from
pystencils.fast_approximation
import
insert_fast_sqrts
,
insert_fast_divisions
from
pystencils.fast_approximation
import
insert_fast_sqrts
,
insert_fast_divisions
from
pystencils.transformations
import
replace_inner_stride_with_one
from
pystencils.transformations
import
replace_inner_stride_with_one
supported_instruction_sets
=
get_supported_instruction_sets
()
if
get_supported_instruction_sets
()
else
[]
supported_instruction_sets
=
get_supported_instruction_sets
()
if
supported_instruction_sets
:
if
supported_instruction_sets
:
instruction_set
=
"
avx
"
if
"
avx
"
in
supported_instruction_sets
else
"
sse
"
instruction_set
=
"
avx
"
if
"
avx
"
in
supported_instruction_sets
else
"
sse
"
else
:
else
:
...
...
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