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
$ make cuda
$ ./test/cuda/testEigenGPUNoFit
TEST EIGENVALUES
TEST INVERSE 3x3
TEST INVERSE 4x4
TEST INVERSE 5x5
terminate called after throwing an instance of 'std::runtime_error'
what():
.../pixeltrack-standalone/src/cuda/test/testEigenGPUNoFit.cu, line 170:
cudaCheck(cudaDeviceSynchronize());
cudaErrorLaunchFailure: unspecified launch failure
Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
========= Unknown Error
=========
========= Program hit cudaErrorLaunchFailure (error 719) due to "unspecified launch failure" on CUDA API call to cudaDeviceSynchronize.
========= Saved host backtrace up to driver entry point at error
========= Host Frame:/lib64/libcuda.so.1 [0x3c43a3]
========= Host Frame:.../cmssw/slc7_amd64_gcc820/external/cuda/10.2.89/lib64/libcudart.so.10.2 (cudaDeviceSynchronize + 0x166) [0x4fb26]
========= Host Frame:./test/cuda/testEigenGPUNoFit (_Z14testInverse5x5v + 0x730) [0x83f0]
========= Host Frame:./test/cuda/testEigenGPUNoFit (main + 0x18) [0x4358]
========= Host Frame:/lib64/libc.so.6 (__libc_start_main + 0xf5) [0x22505]
========= Host Frame:./test/cuda/testEigenGPUNoFit [0x4437]
=========
terminate called after throwing an instance of 'std::runtime_error'
what():
.../pixeltrack-standalone/src/cuda/test/testEigenGPUNoFit.cu, line 170:
cudaCheck(cudaDeviceSynchronize());
cudaErrorLaunchFailure: unspecified launch failure
========= Error: process didn't terminate successfully
========= No CUDA-MEMCHECK results found
This issue is a follow-up to #40.
Instructions to reproduce
The text was updated successfully, but these errors were encountered: