Hi
I posted another problem very similar to this one. This time we all have access to the source code in the SAMPLES folder.
I am running VS 2015 SP3, Win7/64 SP1, cuda 9.0, and dev driver 388.59.
I have a Quadro K620 and Titan XP in my machine.
I am using the matrixMul sample without modification.
When I run it from the IDE with wA=2048, hA=2048, wB=2048, hB=2048 it works just fine.
If you launch a CMD.exe or a VS 2015 CMD.EXE, the matrixMulDrv will again work just fine.
But, if you do this my machine reboots.
nvprof --kernels matrixMul --metrics all matrixMul -wA=2048 …
The --metrics all switch seems to be the problem. I’ve tried another Titan XP board and it also fails.
I’ve tried a Titan X board and it was fine. If I do something like --metrics ipc it does not fail.
NVidia, can you help me out on this one?
–Bob