Undefined reference to `cusparsedcsrgemm2_sethpm_'

Hey,
I am trying to use the ‘cusparsedcsrgemm2’ routine in cuda fortran (cuda 12.6) on linux fedora. I compile my program with the flag that links to cusparse (i.e. -cudalib=cublas,cusparse) but run into a linking error when trying to use the csrgemm2 routine (see below). The same issue also happens when trying to use the bufferExt routine.

Interestingly enough though, this error does NOT happen using other cusparse functions/routines so I am inclined to say my program is linked correctly. Have these routines been deprecated or something?

Error:
undefined reference to cusparsedcsrgemm2_sethpm_' or undefined reference to cusparseDcsrgemm2_bufferSizeExt_sethpm_’

Thanks!

-Gabe D.