nixpkgs/pkgs/by-name/ti/tiny-cuda-nn
Alex James 4f6eafbb37
tiny-cuda-nn: fix a couple of build issues
The CUDA architecture detection code in tiny-cuda-nn's Torch bindings
convert CUDA capabilities to `int`s, which breaks with 9.0a. Filter
9.0a from the CUDA capabilities passed to TCNN_CUDA_ARCHITECTURES. Also
patch the Torch bindings to replace the hardcoded `-std=c++14` argument
to nvcc with `-std=c++17` for CUDA 11+ to fix the build.
2024-11-27 11:54:29 -06:00
..
package.nix