You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work.
Can you share the version of numba, numpy and skimage?
my local version:
numpy:1.14.0
skimage:0.13.1
numba:0.38.0
Using @cuda.jit, a error occurred.
`numba.cuda.cudadrv.error.NvvmError: Failed to compile
libnvvm : error: -arch=compute_61 is an unsupported option
NVVM_ERROR_INVALID_OPTION`
I try to update numba to the lasest, but it requires the version of numpy laster than 1.15.0, so skimage is not compitable
The text was updated successfully, but these errors were encountered:
Thanks for your work.
Can you share the version of numba, numpy and skimage?
my local version:
numpy:1.14.0
skimage:0.13.1
numba:0.38.0
Using @cuda.jit, a error occurred.
`numba.cuda.cudadrv.error.NvvmError: Failed to compile
libnvvm : error: -arch=compute_61 is an unsupported option
NVVM_ERROR_INVALID_OPTION`
I try to update numba to the lasest, but it requires the version of numpy laster than 1.15.0, so skimage is not compitable
The text was updated successfully, but these errors were encountered: