<div dir="ltr">I'm getting multiple "undefined reference to `cuda_d_gemm_'" error messages.<br><br>This stems from the following macro defines in settings of many of the included arch files:<br><br>DFLAGS   = $(DFLAGSBASE) -DDGEMM=cuda_d_gemm -Ddgemm=cuda_d_gemm ...<br><style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Monaco; color: #ffff0a; background-color: #000000; background-color: rgba(0, 0, 0, 0.91)}
span.s1 {font-variant-ligatures: no-common-ligatures}
</style><style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Monaco; color: #ffff0a; background-color: #000000; background-color: rgba(0, 0, 0, 0.91)}
span.s1 {font-variant-ligatures: no-common-ligatures}
span.s2 {font-variant-ligatures: no-common-ligatures; color: #b42419}
</style><div><br></div><div>This converts call the "CALL DGEMM" lines in multiple *.F files into "CALL cuda_d_gem" but I cannot find any source file or library where the subroutine 'cuda_d_gemm' is actually defined. Any ideas?<br><br>Thanks.</div></div>