Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2022
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.21 KB | None | 0 0
  1. ==> Starting build()...
  2. -- The CXX compiler identification is GNU 12.1.1
  3. -- Detecting CXX compiler ABI info
  4. -- Detecting CXX compiler ABI info - done
  5. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  6. -- Detecting CXX compile features
  7. -- Detecting CXX compile features - done
  8. -- The CUDA compiler identification is NVIDIA 11.7.99
  9. -- Detecting CUDA compiler ABI info
  10. -- Detecting CUDA compiler ABI info - done
  11. -- Check for working CUDA compiler: /opt/cuda/bin/nvcc - skipped
  12. -- Detecting CUDA compile features
  13. -- Detecting CUDA compile features - done
  14. -- Found CUDAToolkit: /opt/cuda/include (found version "11.7.99")
  15. -- Looking for C++ include pthread.h
  16. -- Looking for C++ include pthread.h - found
  17. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  18. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  19. -- Found Threads: TRUE
  20. -- Could NOT find NVML (missing: NVML_INCLUDE_DIR)
  21. -- nvml found
  22. -- Configuring done
  23. CMake Warning (dev) in CMakeLists.txt:
  24.   Policy CMP0104 is not set: CMAKE_CUDA_ARCHITECTURES now detected for NVCC,
  25.   empty CUDA_ARCHITECTURES not allowed.  Run "cmake --help-policy CMP0104"
  26.   for policy details.  Use the cmake_policy command to set the policy and
  27.   suppress this warning.
  28.  
  29.   CUDA_ARCHITECTURES is empty for target "cuda_memtest".
  30. This warning is for project developers.  Use -Wno-dev to suppress it.
  31.  
  32. CMake Warning (dev) in CMakeLists.txt:
  33.   Policy CMP0104 is not set: CMAKE_CUDA_ARCHITECTURES now detected for NVCC,
  34.   empty CUDA_ARCHITECTURES not allowed.  Run "cmake --help-policy CMP0104"
  35.   for policy details.  Use the cmake_policy command to set the policy and
  36.   suppress this warning.
  37.  
  38.   CUDA_ARCHITECTURES is empty for target "cuda_memtest".
  39. This warning is for project developers.  Use -Wno-dev to suppress it.
  40.  
  41. -- Generating done
  42. -- Build files have been written to: /tmp/yaourt-tmp-build/aur-cuda_memtest/src/cuda_memtest/build
  43. [ 25%] Building CUDA object CMakeFiles/cuda_memtest.dir/tests.cpp.o
  44. [ 50%] Building CUDA object CMakeFiles/cuda_memtest.dir/misc.cpp.o
  45. [ 75%] Building CUDA object CMakeFiles/cuda_memtest.dir/cuda_memtest.cpp.o
  46. [100%] Linking CUDA executable cuda_memtest
  47. [100%] Built target cuda_memtest
  48. ==> Entering fakeroot environment...
  49. ==> Starting package()...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement