Skip to content

Commit 04e331f

Browse files
authored
fix rope.cu
1 parent edc46f3 commit 04e331f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernels/rope/rope.cu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ __global__ void rope_f32x4_pack_kernel(float *x, float *out, int seq_len,
6767
FLOAT4(out[idx * 4]) = out_v;
6868
}
6969

70-
// --------------------- PyTorch bindings for custom kernel
71-
// -----------------------
7270
#define STRINGFY(str) #str
7371
#define TORCH_BINDING_COMMON_EXTENSION(func) \
7472
m.def(STRINGFY(func), &func, STRINGFY(func));

0 commit comments

Comments
 (0)