Skip to content

Commit

Permalink
fix float array types to include bfloat16
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jun 2, 2024
1 parent a9fae32 commit db9f7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/gemm_batch.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_TRANSPOSE * transa_array, enum CB
blasint * m_array, blasint * n_array, blasint * k_array,
#ifndef COMPLEX
FLOAT * alpha_array,
FLOAT ** a_array, blasint * lda_array,
FLOAT ** b_array, blasint * ldb_array,
IFLOAT ** a_array, blasint * lda_array,
IFLOAT ** b_array, blasint * ldb_array,
FLOAT * beta_array,
FLOAT ** c_array, blasint * ldc_array, blasint group_count, blasint * group_size) {
#else
Expand Down

0 comments on commit db9f7bc

Please sign in to comment.