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
template __global__voidkExtractOutliers<COL_TURING>(char *A, int *idx, char *out, int idx_size, int rowsA, int colsA, int tiledRowsA, int tiledColsA);
2665
2665
template __global__voidkExtractOutliers<COL_AMPERE>(char *A, int *idx, char *out, int idx_size, int rowsA, int colsA, int tiledRowsA, int tiledColsA);
2666
-
2667
-
template __global__void kspmm_coo_very_sparse_naive<half, 8, 16>(int *max_count, int *max_idx, int *offset_rowidx, int *rowidx, int *colidx, half *values, half *B, half *out, float *dequant_stats, int nnz, int rowsA, int rowsB, int colsB);
2668
-
template __global__void kspmm_coo_very_sparse_naive<half, 16, 16>(int *max_count, int *max_idx, int *offset_rowidx, int *rowidx, int *colidx, half *values, half *B, half *out, float *dequant_stats, int nnz, int rowsA, int rowsB, int colsB);
2669
-
template __global__void kspmm_coo_very_sparse_naive<half, 32, 16>(int *max_count, int *max_idx, int *offset_rowidx, int *rowidx, int *colidx, half *values, half *B, half *out, float *dequant_stats, int nnz, int rowsA, int rowsB, int colsB);
2670
-
template __global__void kspmm_coo_very_sparse_naive<signedchar, 8, 8>(int *max_count, int *max_idx, int *offset_rowidx, int *rowidx, int *colidx, half *values, signedchar *B, half *out, float *dequant_stats, int nnz, int rowsA, int rowsB, int colsB);
2671
-
template __global__void kspmm_coo_very_sparse_naive<signedchar, 16, 8>(int *max_count, int *max_idx, int *offset_rowidx, int *rowidx, int *colidx, half *values, signedchar *B, half *out, float *dequant_stats, int nnz, int rowsA, int rowsB, int colsB);
2672
-
template __global__void kspmm_coo_very_sparse_naive<signedchar, 32, 8>(int *max_count, int *max_idx, int *offset_rowidx, int *rowidx, int *colidx, half *values, signedchar *B, half *out, float *dequant_stats, int nnz, int rowsA, int rowsB, int colsB);
2666
+
template __global__void kspmm_coo_very_sparse_naive<half, 8, 16>(int *max_count, int *max_idx, int *offset_rowidx, int *rowidx, int *colidx, half *values, half *B, half *out, float* __restrict__const dequant_stats, int nnz, int rowsA, int rowsB, int colsB);
2667
+
template __global__void kspmm_coo_very_sparse_naive<half, 16, 16>(int *max_count, int *max_idx, int *offset_rowidx, int *rowidx, int *colidx, half *values, half *B, half *out, float* __restrict__const dequant_stats, int nnz, int rowsA, int rowsB, int colsB);
2668
+
template __global__void kspmm_coo_very_sparse_naive<half, 32, 16>(int *max_count, int *max_idx, int *offset_rowidx, int *rowidx, int *colidx, half *values, half *B, half *out, float* __restrict__const dequant_stats, int nnz, int rowsA, int rowsB, int colsB);
2669
+
template __global__void kspmm_coo_very_sparse_naive<signedchar, 8, 8>(int *max_count, int *max_idx, int *offset_rowidx, int *rowidx, int *colidx, half *values, signedchar *B, half *out, float* __restrict__const dequant_stats, int nnz, int rowsA, int rowsB, int colsB);
2670
+
template __global__void kspmm_coo_very_sparse_naive<signedchar, 16, 8>(int *max_count, int *max_idx, int *offset_rowidx, int *rowidx, int *colidx, half *values, signedchar *B, half *out, float* __restrict__const dequant_stats, int nnz, int rowsA, int rowsB, int colsB);
2671
+
template __global__void kspmm_coo_very_sparse_naive<signedchar, 32, 8>(int *max_count, int *max_idx, int *offset_rowidx, int *rowidx, int *colidx, half *values, signedchar *B, half *out, float* __restrict__const dequant_stats, int nnz, int rowsA, int rowsB, int colsB);
2673
2672
2674
2673
template __global__voidkTransformRowToFormat<256, 8, 32, 32*8, 0, COL32>(char *__restrict__const A, char *out, int rows, int cols, int tiledCols, int outRows, int outCols);
2675
2674
template __global__voidkTransformRowToFormat<256, 8, 32, 32*8, 1, COL32>(char *__restrict__const A, char *out, int rows, int cols, int tiledCols, int outRows, int outCols);
0 commit comments