Some of the vendored error messages refer to issues as coming from Numba, and not Numba-CUDA.
Example: #561 (comment)
|
typing_error_info = """ |
|
This is not usually a problem with Numba itself but instead often caused by |
|
the use of unsupported features or an issue in resolving types. |
|
|
|
To see Python/NumPy features supported by the latest release of Numba visit: |
|
https://numba.readthedocs.io/en/stable/reference/pysupported.html |
|
and |
|
https://numba.readthedocs.io/en/stable/reference/numpysupported.html |
|
|
|
For more information about typing errors and how to debug them visit: |
|
https://numba.readthedocs.io/en/stable/user/troubleshoot.html#my-code-doesn-t-compile |
|
|
|
If you think your code should work with Numba, please report the error message |
|
and traceback, along with a minimal reproducer at: |
|
https://github.com/numba/numba/issues/new?template=bug_report.md |
|
""" |
The message should be updated to guide the user towards Numba-CUDA information.
Some of the vendored error messages refer to issues as coming from Numba, and not Numba-CUDA.
Example: #561 (comment)
numba-cuda/numba_cuda/numba/cuda/core/errors.py
Lines 435 to 450 in 7ce01f4
The message should be updated to guide the user towards Numba-CUDA information.