adamantine-sim / adamantine

Software to simulate heat transfer for additive manufacturing
https://adamantine-sim.github.io/adamantine/
Other
32 stars 9 forks source link

Add AMR test on the GPU #211

Closed Rombur closed 1 year ago

Rombur commented 1 year ago

For the longest time I thought that AMR did not work with GPU but apparently it does. It looks like the GPU has now the same capabilities as the CPU backend. The only thing left to do is to profile it and fix the bottlenecks.

CI