Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vectorisation sprint #654
Vectorisation sprint #654
Changes from 21 commits
2a8d17c
fbc6e4a
5ae780d
ba693dc
4ec0769
f9e60fd
00e073d
1cf7698
3e66946
1238ce8
1d54777
b369213
1c6346e
856b6aa
5e52ce1
537c14c
9317654
6723b6a
38ebc8a
32b2910
944c6cf
3a1eb24
681e315
48d6142
792c8f0
2469870
4bbcde5
a5c0455
c374031
e7d31eb
56a8dde
d1171b3
0641c75
644842e
9e58b22
3f133fd
dcd0b69
907fe58
ca2aaaf
0440f66
4bcb592
d42e7e8
7e37e02
b541dbd
caa567a
c3a96fa
dc996de
fa343e1
aa7bc0c
8302d52
a767fe2
85de156
30f8ecb
0d5023d
d25545b
0ade829
a4bab8e
175eb14
8256bd2
6585dbb
4c0ca6e
e744092
5fc4264
31f0c39
7e8a86a
63f1e52
8b19370
7a2cbd6
69d4921
43960e6
b4c9926
c603f3f
1cee3d7
a671b6c
4aa86e1
60b4b3e
1b3c29e
0a54a34
9b23200
acb9c89
49e2779
e5fe4d2
0eff9d6
22ce06e
bdefbfa
2a459e5
56c65da
ca5c51b
dc5f3bc
ac36708
89c9dec
e2af4c7
4de6f06
2840f28
89feb72
0857145
662241e
203223c
fae323f
030cae5
ece0e62
934e147
bd95ba3
fd6650d
f69755d
e72f316
09bf629
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slightly concerned about adding this package as maintenance seems to have ceased. This could be problematic moving to the M1 Mac (workhorsy/py-cpuinfo#162), but I might be wrong. I will try and look into an alternative and report back
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aii, sorry. I had added this dependency two years ago and didn't look into it again. Thanks for trying to find an alternative, Jack!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't look like there are great alternatives. I wouldn't mind querying
platform
and hard-coding its parameters.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm 100% in favour of just hardcoding
PYOP2_SIMD_WIDTH=4
but for my alternative implementation of what is already implemented here see #665