I'm trying to compile matx in my program to make use of JIT methods. I'm getting lots of compilation errors which mainly arise from the fact that
doesn't seem to exist. As far as I can tell there's only cufftdx.hpp available in the mathdx include directory ? Then if I adjust that include file there's a bunch of errors about things like "cufftdxCreateDescriptor" is undefined.
Am I missing something obvious ? I'm using nvidia-mathdx-25.12.0-cuda13
I'm trying to compile
matxin my program to make use of JIT methods. I'm getting lots of compilation errors which mainly arise from the fact thatdoesn't seem to exist. As far as I can tell there's only
cufftdx.hppavailable in the mathdx include directory ? Then if I adjust that include file there's a bunch of errors about things like"cufftdxCreateDescriptor" is undefined.Am I missing something obvious ? I'm using
nvidia-mathdx-25.12.0-cuda13