Search found 1 match
- Sat Jan 19, 2019 4:23 pm
- Forum: User discussion
- Topic: Is it possible to get MKL ERROR messages despite running on the GPU
- Replies: 1
- Views: 1031
Is it possible to get MKL ERROR messages despite running on the GPU
I'm using SVD PyTorch, which on the GPU uses MAGMA dgesdd as far as I know. In some cases, my inputs contain NaNs, in which case I get Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. Now, this confuses me a bit, since MKL is a CPU library so far as I know, so how is it possible to get...