@@ -203,21 +203,21 @@ function main() {
203
203
'row-major'
204
204
] ;
205
205
f = createBenchmark1 ( shapes [ 0 ] , orders [ 0 ] , shapes [ 1 ] , orders [ 1 ] , shapes [ 2 ] , orders [ 2 ] ) ;
206
- bench ( format ( '%s::stdlib:blas/base/sgemm:dtype=%s,orders=(%s),size=%d,shapes={(%s),(%s),(%s)}' , OPTS . dtype , pkg , orders . join ( ',' ) , numel ( shapes [ 2 ] ) , shapes [ 0 ] . join ( ',' ) , shapes [ 1 ] . join ( ',' ) , shapes [ 2 ] . join ( ',' ) ) , f ) ;
206
+ bench ( format ( '%s::stdlib:blas/base/sgemm:dtype=%s,orders=(%s),size=%d,shapes={(%s),(%s),(%s)}' , pkg , OPTS . dtype , orders . join ( ',' ) , numel ( shapes [ 2 ] ) , shapes [ 0 ] . join ( ',' ) , shapes [ 1 ] . join ( ',' ) , shapes [ 2 ] . join ( ',' ) ) , f ) ;
207
207
208
208
f = createBenchmark2 ( shapes [ 0 ] , orders [ 0 ] , shapes [ 1 ] , orders [ 1 ] , shapes [ 2 ] , orders [ 2 ] ) ;
209
- bench ( format ( '%s::scijs:ndarray-gemm:dtype=%s,orders=(%s),size=%d,shapes={(%s),(%s),(%s)}' , OPTS . dtype , pkg , orders . join ( ',' ) , numel ( shapes [ 2 ] ) , shapes [ 0 ] . join ( ',' ) , shapes [ 1 ] . join ( ',' ) , shapes [ 2 ] . join ( ',' ) ) , opts , f ) ;
209
+ bench ( format ( '%s::scijs:ndarray-gemm:dtype=%s,orders=(%s),size=%d,shapes={(%s),(%s),(%s)}' , pkg , OPTS . dtype , orders . join ( ',' ) , numel ( shapes [ 2 ] ) , shapes [ 0 ] . join ( ',' ) , shapes [ 1 ] . join ( ',' ) , shapes [ 2 ] . join ( ',' ) ) , opts , f ) ;
210
210
211
211
orders = [
212
212
'row-major' ,
213
213
'column-major' ,
214
214
'row-major'
215
215
] ;
216
216
f = createBenchmark1 ( shapes [ 0 ] , orders [ 0 ] , shapes [ 1 ] , orders [ 1 ] , shapes [ 2 ] , orders [ 2 ] ) ;
217
- bench ( format ( '%s::stdlib:blas/base/sgemm:dtype=%s,orders=(%s),size=%d,shapes={(%s),(%s),(%s)}' , OPTS . dtype , pkg , orders . join ( ',' ) , numel ( shapes [ 2 ] ) , shapes [ 0 ] . join ( ',' ) , shapes [ 1 ] . join ( ',' ) , shapes [ 2 ] . join ( ',' ) ) , f ) ;
217
+ bench ( format ( '%s::stdlib:blas/base/sgemm:dtype=%s,orders=(%s),size=%d,shapes={(%s),(%s),(%s)}' , pkg , OPTS . dtype , orders . join ( ',' ) , numel ( shapes [ 2 ] ) , shapes [ 0 ] . join ( ',' ) , shapes [ 1 ] . join ( ',' ) , shapes [ 2 ] . join ( ',' ) ) , f ) ;
218
218
219
219
f = createBenchmark2 ( shapes [ 0 ] , orders [ 0 ] , shapes [ 1 ] , orders [ 1 ] , shapes [ 2 ] , orders [ 2 ] ) ;
220
- bench ( format ( '%s::scijs:ndarray-gemm:dtype=%s,orders=(%s),size=%d,shapes={(%s),(%s),(%s)}' , OPTS . dtype , pkg , orders . join ( ',' ) , numel ( shapes [ 2 ] ) , shapes [ 0 ] . join ( ',' ) , shapes [ 1 ] . join ( ',' ) , shapes [ 2 ] . join ( ',' ) ) , opts , f ) ;
220
+ bench ( format ( '%s::scijs:ndarray-gemm:dtype=%s,orders=(%s),size=%d,shapes={(%s),(%s),(%s)}' , pkg , OPTS . dtype , orders . join ( ',' ) , numel ( shapes [ 2 ] ) , shapes [ 0 ] . join ( ',' ) , shapes [ 1 ] . join ( ',' ) , shapes [ 2 ] . join ( ',' ) ) , opts , f ) ;
221
221
}
222
222
}
223
223
0 commit comments