You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csrc/ops.hip
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -743,9 +743,6 @@ template int igemmlt<32, 0>(hipblasLtHandle_t ltHandle, int m, int n, int k, con
743
743
template int igemmlt<8, 0>(hipblasLtHandle_t ltHandle, int m, int n, int k, constint8_t *A, constint8_t *B, void *C, float *row_scale, int lda, int ldb, int ldc, hipStream_t stream);
744
744
template int igemmlt<8, 1>(hipblasLtHandle_t ltHandle, int m, int n, int k, constint8_t *A, constint8_t *B, void *C, float *row_scale, int lda, int ldb, int ldc, hipStream_t stream);
745
745
746
-
template voidestimateQuantiles(half *A, float *code, float offset, int n);
747
-
template voidestimateQuantiles(float *A, float *code, float offset, int n);
0 commit comments