Closed aaronmondal closed 5 months ago
This is an initial take on a CUDA toolchain that uses nvcc as device compiler. Since nvcc doesn't properly work with libcxx this toolchain builds against libstdc++ from nixpkgs.
nvcc
libcxx
libstdc++
This is an initial take on a CUDA toolchain that uses
nvcc
as device compiler. Sincenvcc
doesn't properly work withlibcxx
this toolchain builds againstlibstdc++
from nixpkgs.