Skip to content
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

ValueError: Unsupported target: dpex #855

Closed
zjin-lcf opened this issue Dec 22, 2022 · 2 comments
Closed

ValueError: Unsupported target: dpex #855

zjin-lcf opened this issue Dec 22, 2022 · 2 comments

Comments

@zjin-lcf
Copy link

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
@diptorupd
Copy link
Contributor

@zjin-lcf the vectorize feature is broken and presently getting redesigned. We are targeting the next release for the fix.

@diptorupd
Copy link
Contributor

Closing as duplicate of #807

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants