ecrc/kblas-gpu

CUDA 8 compatibility

Closed this issue · 4 comments

Compilation errors with CUDA 8, naming conflicts with new functions introduced in cuda 8. To be resloved.

Our functions are prefixed with kblas. Which functions triggered these conflicts?

Its an operator function newly introduced in CUDA 8, that was already defined in KBLAS.
Issue resolved with pull request #3

@egonzalf please notify us -when thourough testing is conducted- on whether we can close this issue.
Thanks

The error when compiling with CUDA 8.0 is resolved with pull request #3.
Closing.