You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
As others have remarked, CudaUtils.cpp still requires the "removed" Library.h:
.../src/nvtt/cuda/CudaUtils.cpp: In function ‘bool isCudaDriverAvailable(int)’:
.../src/nvtt/cuda/CudaUtils.cpp:82:2: error: ‘Library’ was not declared in this scope
Library nvcuda(NV_LIBRARY_NAME(cuda));
This commit also reintroduces nvcore Library.h and Library.cpp files
required by nvtt/cuda/CudaUtils.cpp
Ref:
castano#230castano@81336cc
Signed-off-by: Elvis Dowson <[email protected]>
As others have remarked, CudaUtils.cpp still requires the "removed" Library.h:
.../src/nvtt/cuda/CudaUtils.cpp: In function ‘bool isCudaDriverAvailable(int)’:
.../src/nvtt/cuda/CudaUtils.cpp:82:2: error: ‘Library’ was not declared in this scope
Library nvcuda(NV_LIBRARY_NAME(cuda));
Reverting commits b254961, 7b031aa, and 81336cc corrected the problem.
Kunbuntu 15.10, GCC 5.2.1, cmake 3.2.2, CUDA tools installed.
The text was updated successfully, but these errors were encountered: