-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix/private array #1377
Fix/private array #1377
Conversation
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.
Thank you!
48595d4
to
66cd2c9
Compare
c3e02d7
to
eeb3145
Compare
numba_dpex/experimental/_kernel_dpcpp_spirv_overloads/_private_array_overloads.py
Outdated
Show resolved
Hide resolved
numba_dpex/experimental/_kernel_dpcpp_spirv_overloads/_registy.py
Outdated
Show resolved
Hide resolved
054a41b
to
f6d7449
Compare
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.
Important set of fixes that need to go in ASAP. Thank you very much!
f6d7449
to
0131838
Compare
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.
good to go!
Fix/private array 200bf8d
Use lower instead of overload, since we are allocating memory on the stack. Also adds optional argument
fill_zeros
cause previous implementation was doing so, but it is not essential and overkill for the performance.