We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6658a commit 873387cCopy full SHA for 873387c
1 file changed
CMakeLists.txt
@@ -40,8 +40,9 @@ ADD_SUBDIRECTORY(pybind_interface/decide)
40
41
# Add subdirectories based on the architecture or available compilers.
42
if(CMAKE_APPLE_SILICON_PROCESSOR)
43
- message(STATUS "qsim: detected Apple Silicon -- skipping AVX/SSE components")
+ message(STATUS "qsim: detected Apple Silicon; will exclude AVX/SSE/CUDA")
44
else()
45
+ message(STATUS "qsim: didn't detect Apple Silicon; will include AVX/SSE/CUDA")
46
if(CMAKE_CUDA_COMPILER)
47
ADD_SUBDIRECTORY(pybind_interface/cuda)
48
if(DEFINED ENV{CUQUANTUM_ROOT})
0 commit comments