Skip to content

Commit

Permalink
mixed input reference are in a new file
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish Gupta committed Sep 19, 2023
1 parent f4a751e commit 198b6e8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tools/library/src/reference/gemm_fp_other.cu
Original file line number Diff line number Diff line change
Expand Up @@ -77,24 +77,6 @@ void initialize_gemm_reference_operations_fp_other(Manifest &manifest) {
complex<double>,
complex<double>
>(manifest);

// Mixed-input (S8*F16)
make_gemm_real_canonical_layouts<
int8_t,
half_t,
half_t,
half_t,
half_t
>(manifest);

// Mixed-input (U8*F16)
make_gemm_real_canonical_layouts<
uint8_t,
half_t,
half_t,
half_t,
half_t
>(manifest);
}

///////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 198b6e8

Please sign in to comment.