This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
When attempting to perform a tensor-matrix product using the cublasSgemm routine, address out of bounds errors occur, an example of which is provided below:- ========= Invalid __global__ read of size 4 ========= at 0x000019f8 in sgemm_sm35_ldg_nn_64x16x64x16x16 ========= by thread (6,3,0) in block (6,3,0) ========= Address 0x7ffc059064a8 is out of bounds [...] read more