Closed MarkSchofield closed 2 months ago
The CUDA documentation calls out that CUDA is only supported with native x64 compilers. Trying an ARM64 build fails. To that end, I'm scoping the 'example' build to only include the CUDA sample when CMAKE_SYSTEM_PROCESSOR is AMD64.
CMAKE_SYSTEM_PROCESSOR
AMD64
The CUDA documentation calls out that CUDA is only supported with native x64 compilers. Trying an ARM64 build fails. To that end, I'm scoping the 'example' build to only include the CUDA sample when
CMAKE_SYSTEM_PROCESSOR
isAMD64
.