We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
KnownSupportsCopyMem
gemm
1 parent 9cf5b41 commit ec90c0dCopy full SHA for ec90c0d
src/arraymancer/laser/primitives/matrix_multiplication/gemm.nim
@@ -9,6 +9,10 @@ import
9
./gemm_tiling, ./gemm_utils, ./gemm_packing,
10
./gemm_ukernel_dispatch
11
12
+# This import is needed for our current docgen. Otherwise it fails
13
+# on this submodule.
14
+from ../../tensor/datatypes import KnownSupportsCopyMem
15
+
16
when defined(i386) or defined(amd64):
17
import ../../cpuinfo_x86
18
0 commit comments