We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab1429 commit a82f028Copy full SHA for a82f028
1 file changed
src/kernels/tensor_core_sgemm.cuh
@@ -6,6 +6,7 @@
6
#include <mma.h>
7
8
using namespace nvcuda;
9
+using namespace nvcuda::wmma;
10
11
/**
12
* Tensor Core SGEMM Kernel using WMMA API
0 commit comments