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 fa892b0 commit abc3e16Copy full SHA for abc3e16
models/H200TC.m
@@ -23,4 +23,4 @@
23
% D: Result of the operation D = A * B + C computed under the
24
% specified tensor core configuration.
25
26
-D = B200TC(alpha, A, B, beta, C, informat, outformat);
+D = H100TC(alpha, A, B, beta, C, informat, outformat);
0 commit comments