-
Notifications
You must be signed in to change notification settings - Fork 13
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
swiftsimio/visualisation/projection_backends/gpu.py , numba/cuda version issues #187
Comments
Which machine is this on? |
I was able to produce this on Cosma8a and 8b, have not tried on any of the other cosma machines. But I have not had this error show up on any of the local machines |
Are you sure this is a swiftsimio problem and not a numba problem? |
I think the issue is within swiftsimio. When I replace swiftsimio with astropy or my own "swiftsimio-like" visualisation functions that are essentially just the functions from swiftsimio without the dependancies on all the packages that swiftsimio has, but keep numba I have had no problems. |
Can you make appropriate changes to
|
@Will-McD still an issue? |
I received exactly the same error message on the login8 cosma node at multiple occasions yesterday and today, by simply running: |
|
Using:
Swiftsimio 7.0.0
Numba 0.58.0
There is an instant error from numba/cuda and swiftsimio/visualisation/projection_backends/gpu
The final lines of the error messages are:
numba.cuda.cudadrv.driver.CudaAPIError: [2] Call to cuDevicePrimaryCtxRetain results in CUDA_ERROR_OUT_OF_MEMORY raise CudaAPIError(retcode, msg) numba.cuda.cudadrv.driver.CudaAPIError: [2] Call to cuDevicePrimaryCtxRetain results in CUDA_ERROR_OUT_OF_MEMORY
The text was updated successfully, but these errors were encountered: