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.
1 parent ec90c0d commit d6acd3aCopy full SHA for d6acd3a
src/arraymancer/laser/primitives/matrix_multiplication/gemm.nim
@@ -11,7 +11,8 @@ import
11
12
# This import is needed for our current docgen. Otherwise it fails
13
# on this submodule.
14
-from ../../tensor/datatypes import KnownSupportsCopyMem
+when defined(nimdoc):
15
+ from ../../tensor/datatypes import KnownSupportsCopyMem
16
17
when defined(i386) or defined(amd64):
18
import ../../cpuinfo_x86
0 commit comments