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 b0d8df8 commit 6688495Copy full SHA for 6688495
lib/node_modules/@stdlib/blas/base/dgemm/lib/base.js
@@ -29,7 +29,7 @@ var blockSize = require( '@stdlib/ndarray/base/unary-tiling-block-size' );
29
30
// VARIABLES //
31
32
-var bsize = blockSize( 'float64' ); // TODO: consider using a larger block size
+var bsize = blockSize( 'float64', 'float64' ); // TODO: consider using a larger block size
33
34
35
// FUNCTIONS //
0 commit comments