We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A test micro-benchmark implemented in dpbench (https://github.com/IntelPython/dpbench/blob/main/dpbench/benchmarks/l2_distance/l2_distance_numba_dpex_k.py) produces incorrect results. The most likely culprit is the usage of atomic.add.
atomic.add
The generated code for numba-dpex's atomic add function needs to be evaluated v/s dpcpp.
The text was updated successfully, but these errors were encountered:
@mingjie-intel this might be related to #778. Maybe the llvm-spirv we are using is too archaic and generates incorrect code.
Sorry, something went wrong.
Closing the issue as the benchmark no longer exists and we cannot reproduce the problem. In any case, the fix in #1103 will fix the original issue.
diptorupd
No branches or pull requests
A test micro-benchmark implemented in dpbench (https://github.com/IntelPython/dpbench/blob/main/dpbench/benchmarks/l2_distance/l2_distance_numba_dpex_k.py) produces incorrect results. The most likely culprit is the usage of
atomic.add
.The generated code for numba-dpex's atomic add function needs to be evaluated v/s dpcpp.
The text was updated successfully, but these errors were encountered: