Closed ptheywood closed 1 hour ago
Had a quick click through the repos, these seem to be the only ones with the same issue (benchmarks and template were CMAKE_CUDA_ARCHITECTURES
).
https://github.com/FLAMEGPU/FLAMEGPU2-worked-example
https://github.com/FLAMEGPU/FLAMEGPU2-tutorial-cudacpp
The readme for this repository includes old CMake options such as
CUDA_ARCH
, rather than the now-usedCMAKE_CUDA_ARCHITECTURES
.We should fix this, and check our other standalone repos' too.