Hi everyone,
We recently released a desktop app that uses the CuPy library for accelerated computation on GPUs. However, we have received reports from several users with RTX 4090 graphic cards that they are encountering an error during `
cupy.RawKernel` execution. The error message they see is "
cuda_error_invalid_source: device kernel image." So far, we did not observe the same error in another hardware setup.
Our program uses CUDA 11.7 (which came with
pytorch installation) and python 3.9, running on Windows 11 Pro.
If anyone has encountered this issue before or has any suggestions on resolving it, we would be very grateful for your help. Please let me know if providing other info will help with the diagnosis.
Thank you in advance for any assistance you can provide.