We need to collect data on how the memory usage scales with: - grid size - number of particles (?) The priority is to focus on the memory usage on the GPU, since the CPU is usually compute bound (or so I have been told ;-)) ### Tasks - [x] Figure out a way to track resident memory of the OceanBioME calculation on the GPU - [ ] Using Nsight - [x] Using `CUDA.jl` [memory pool](https://cuda.juliagpu.org/stable/usage/memory/#Memory-pool). We need to check if it is feasible - [ ] Construct memory usage scaling plots - [x] Against the grid size - [ ] Against the number of particles
We need to collect data on how the memory usage scales with:
The priority is to focus on the memory usage on the GPU, since the CPU is usually compute bound (or so I have been told ;-))
Tasks
CUDA.jlmemory pool. We need to check if it is feasible