FindDefinition / cumm

CUda Matrix Multiply library.
Apache License 2.0
67 stars 9 forks source link

error: ‘nvrtcGetCUBINSize’ was not declared in this scope #18

Open unknowone opened 1 year ago

unknowone commented 1 year ago

hi, thanks for sharing such a great work! I met some bugs while I run some projects which use cumm, can you give some advice?

/~cumm-0.4.7/include/tensorview/cuda/nvrtc.h:249:24: error: ‘nvrtcGetCUBINSize’ was not declared in this scope
     TV_NVRTC_SAFE_CALL(nvrtcGetCUBINSize(prog_, &cubinSize));

lots of thanks!