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 6688495 commit f27e62fCopy full SHA for f27e62f
lib/node_modules/@stdlib/blas/base/sgemm/lib/base.js
@@ -30,7 +30,7 @@ var f32 = require( '@stdlib/number/float64/base/to-float32' );
30
31
// VARIABLES //
32
33
-var bsize = blockSize( 'float32' ); // TODO: consider using a larger block size
+var bsize = blockSize( 'float32', 'float32' ); // TODO: consider using a larger block size
34
35
36
// FUNCTIONS //
0 commit comments