Open cyrush opened 4 months ago
Second case (presented as a vector field directly) is crashing for GPU case.
I guess I ran into this particular bug when attempting to validate my CUDA-enabled compilations using the provided test from https://github.com/Alpine-DAV/ascent/pull/1370. This is a very valuable toy example, but it crashes on both of my installations (laptop with RTX CUDA 12.6) and Grace-Hopper nodes (CUDA 12.4). I managed to make the test pass by commenting out the device_move(data["fields/vel/values/?"])
and device_cleanup(data["fields/vel/values/?"])
instructions. The "vel" data is not used anyway in the Ascent actions. Am curious as whether this test passes on a HIP device.
Discussed in https://github.com/Alpine-DAV/ascent/discussions/1328