You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a_frag, b_frag, and c_frag declarations give undefined errors, adding "using namespace nvcuda;" did not help. Adding "include <mma.h> did not help. Is there something that must be configured in Visual Studio to enable tensor core operations?
Invocation of naive_tensor_mat_mul_kernel<<<dim_grid... gives expected an expression error.
"int warpM = blockIdx.x;" gives blockIdx undefined error!
Quite a few other errors. Has anyone tried this code with Visual Studio for Cuda?
The text was updated successfully, but these errors were encountered:
No, I am using Visual Studio and I don't know if there is some way to run your make file. I am having the same issues with other code that invokes the tensor core functionality, just will not build without many errors.
I left two commands in the previous comment. Please try them out in the terminal (ensuring that the terminal is opened in tgemm folder) and see if that works.
a_frag, b_frag, and c_frag declarations give undefined errors, adding "using namespace nvcuda;" did not help. Adding "include <mma.h> did not help. Is there something that must be configured in Visual Studio to enable tensor core operations?
Invocation of naive_tensor_mat_mul_kernel<<<dim_grid... gives expected an expression error.
"int warpM = blockIdx.x;" gives blockIdx undefined error!
Quite a few other errors. Has anyone tried this code with Visual Studio for Cuda?
The text was updated successfully, but these errors were encountered: