GPU attempting to create too many threads #3903
Unanswered
RicksterB57
asked this question in
Helpdesk
Replies: 1 comment 5 replies
-
Can you show us the code you are trying to run and also let us know what GPU you are using? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been attempting to run a 500x500x200 meter model on a 256x256x128 grid on a GPU and have been encountering this error:
ERROR: LoadError: Number of threads per block exceeds kernel limit (896 > 768).
I have been able to run this model on the same GPU in the past. Any tips on limiting the amount of threads that the model tries to open during the simulation?
Beta Was this translation helpful? Give feedback.
All reactions