-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
after cmake with the output seems detecting the cuda:
-- CMake Script (c) Sylvain AZARIAN - F4GKR
-- The CXX compiler identification is GNU 7.5.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Architecture: aarch64
-- Testing native support for compiler
-- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE
-- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE - Success
-- Native compile !
-- The CUDA compiler identification is NVIDIA 10.2.89
-- Check for working CUDA compiler: /usr/local/cuda-10.2/bin/nvcc
-- Check for working CUDA compiler: /usr/local/cuda-10.2/bin/nvcc -- works
-- Detecting CUDA compiler ABI info
-- Detecting CUDA compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/juli/libgkr4gpu/build
after make when runnning the example DDC I get the next error:
Filters are using : 7200 taps
ddcexample: /home/juli/libgkr4gpu/lib/olasgpu.cpp:52: DDCBank::DDCBank(double, int, int, int): Assertion `rc == cudaSuccess' failed.
Aborted (core dumped)