-
Notifications
You must be signed in to change notification settings - Fork 195
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
GPU illegal memory access #3267
Comments
When I exit the REPL I get a very long error message ending:
```
WARNING: Error while freeing DeviceBuffer(568 bytes at 0x0000000320000400):
CUDA.CuError(code=CUDA.cudaError_enum(0x000002bc), meta=nothing)
Stacktrace: Stacktrace:
|
Trying to make an MWE I can't reproduce the error without all of my code running so perhaps its not actually in the pressure solver even though that's where the error is being raised. |
So in this I've got a load of To summarise:
|
Do you know why the manual |
No, I'll try making an MWE. |
Are all GPU operations KernelAbstractions? Or do you have other stuff sprinkled in? |
All KernelAbstractions |
I found a similar problem (see #3320), but I am not sure whether it is related or not. I do not know whether |
Hi all,
I'm stuck trying to debug an error I keep getting when running a non-hydrostatic model on GPU.
It runs for a bit and then throws this error:
I can't get the whole error message because its longer than the screen length but this seems to be the relevant bit when using InteractiveErrors.
If I make the grid smaller it gets more iterations done before it errors but is nowhere near using all of the GPUs memory (A100 with 80GB and model is about 2GB when 256x256x64).
This is with the latest version of Oceananigans (87.4). I'll try to make an MWE.
The text was updated successfully, but these errors were encountered: