-
The computation task requires ~100GB memory. My CPU has 256GB, but the GPU only has 16GB. Is it possible to load a smaller memory to the GPU once at a time and keep the rest at the CPU so that the GPU can be utilized at full extent without being out of memory? |
Beta Was this translation helpful? Give feedback.
Answered by
ccuetom
Jul 25, 2024
Replies: 1 comment 8 replies
-
What type of task is it? Is that inversion, i.e computing a gradient and saving the forward wavefield, or simple forward simulation of a very large model? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for subsampling you only need to pass
save_undersampling=<integer subsampling>
to theadjoint
call