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
I tried to run the vectorize.py example. The error may be expected.
File "/opt/intel/oneapi/intelpython/latest/lib/python3.9/site-packages/numba/np/ufunc/decorators.py", line 123, in wrap vec = Vectorize(func, **kws) File "/opt/intel/oneapi/intelpython/latest/lib/python3.9/site-packages/numba/np/ufunc/decorators.py", line 37, in __new__ imp = cls.get_target_implementation(kws) File "/opt/intel/oneapi/intelpython/latest/lib/python3.9/site-packages/numba/np/ufunc/decorators.py", line 27, in get_target_implementation raise ValueError("Unsupported target: %s" % target) ValueError: Unsupported target: dpex
The text was updated successfully, but these errors were encountered:
@zjin-lcf the vectorize feature is broken and presently getting redesigned. We are targeting the next release for the fix.
Sorry, something went wrong.
Closing as duplicate of #807
No branches or pull requests
I tried to run the vectorize.py example. The error may be expected.
The text was updated successfully, but these errors were encountered: