Skip to content

Commit

Permalink
Fixed calling current revision of libxsmm_gemm_batch
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp committed May 27, 2024
1 parent b56c646 commit 06e89be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acc/acc_bench_smm.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
STRIDE_C, INDEX_STRIDE, INDEX_BASE, BATCHSIZE) \
ACC_BENCH_USEOMP(libxsmm_gemm_batch) \
(IPREC, OPREC, TRANSA, TRANSB, M, N, K, ALPHA, A, LDA, STRIDE_A, B, LDB, STRIDE_B, BETA, C, LDC, STRIDE_C, INDEX_STRIDE, \
INDEX_BASE, BATCHSIZE, 0 /*batchcheck*/)
INDEX_BASE, BATCHSIZE)
# define PRINTF(...) \
do { \
const size_t print_buffer_size = sizeof(print_buffer) - print_offset; \
Expand Down

0 comments on commit 06e89be

Please sign in to comment.