Pointers messy #352
Unanswered
cap-jmk
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
What did you expect to happen? Why do you believe this is a bug in PyCUDA? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey There!
We are porting some HPC physics code to CUDA using pyCUDA. However, we encounter weird storage of the values. E.g., running our code the first time inside a Jupyter notebook gives the correct results. Running it the second time, however, the previous
fx
stores infy
and so forth. Starting from the correct result:ending in
We are using Jupyter lab and A100 GPUs with 40 GB RAM.
Beta Was this translation helpful? Give feedback.
All reactions