emfomy / isvd

Integrated Singular Value Decomposition (iSVD)
MIT License
2 stars 1 forks source link

GPU initialization crashed in debug mode. #25

Closed emfomy closed 7 years ago

emfomy commented 7 years ago

cudaGetDeviceCount fails with -fsanitize=address.

emfomy commented 7 years ago

Disable default -fsanitize=address in unit test.

emfomy commented 7 years ago

Bug fixed in GCC 6+. https://github.com/google/sanitizers/issues/629