Skip to content

Commit 3bad454

Browse files
authored
Update kernels_hip.cuh
1 parent 98bb06e commit 3bad454

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

csrc/kernels_hip.cuh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
#ifndef kernels
1212
#define kernels
1313

14-
template <typename T>
15-
__global__ void
16-
kEstimateQuantiles(T* __restrict__ const A, float* code, const float offset, const T max_val, const int n);
17-
1814
__global__ void kQuantize(float* code, float* __restrict__ const A, unsigned char* out, const int n);
1915
__global__ void kDequantize(float* code, unsigned char* A, float* out, const int n);
2016

0 commit comments

Comments
 (0)