Skip to content

Commit 3228ca8

Browse files
authored
Update kernels_hip.cuh
1 parent b4fd594 commit 3228ca8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

csrc/kernels_hip.cuh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ __global__ void kOptimizerStatic8bit1StateBlockwise(
103103
template <typename T, int BLOCK_SIZE, int NUM_VALS>
104104
__global__ void kPercentileClipping(T* __restrict__ g, float* gnorm_vec, int step, const int n);
105105

106-
__global__ void
107-
kHistogramScatterAdd2D(float* histogram, int* index1, int* index2, float* src, const int maxidx1, const int n);
108-
109106
template <typename T, int SPMM_ITEMS, int BITS>
110107
__global__ void kspmm_coo_very_sparse_naive(
111108
int* max_count, int* max_idx, int* offset_rowidx, int* rowidx, int* colidx, half* values, T* B, half* out,

0 commit comments

Comments
 (0)