tud-amr / fabrics

Optimization fabrics for behavior design
GNU General Public License v3.0
53 stars 8 forks source link

GPU Parallelization using WARP #117

Open maxspahn opened 1 year ago

maxspahn commented 1 year ago

I learned about WARP today and it seems that it allows to create CUDA kernels from python. That might be the way to go to compute fabrics on GPU.

https://github.com/NVIDIA/warp