Cutensor errors on compute capability 6.1 card (Quadro P6000)

Hello. I’m trying to run a program I made using the cutensor fortran extensions in a server with a Quadro P6000 card (compute capability 6.1). I’m selecting cc60 and cuda12.9 in the nvfortran compiler, but I get the error Help, cutensorCreate returned 15, and when I run memcheck I get no kernel image available for execution on the device. Can someone help me?

This program runs fine on my cc75 GTX1650 Mobile card.

Vinicius

Seems like the HPC SDK tries to compile for cuTENSOR 2.2.0 thinking it is the last version that supports sm_61, but the last supported version is 2.1.0. I’ll try this fix.