fpco / inline-c

284 stars 51 forks source link

Add inline-c-cuda package for CUDA #147

Closed junjihashimoto closed 11 months ago

junjihashimoto commented 1 year ago

This is a PR to support CUDA. CUDA is similar to C++, however it requires nvcc compiler and raw object at link time. There are challenges in embedding it in CI, but it passes the test in my environment(Ubuntu 22.04 + NVIDIA GeForce RTX 3080).