We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc46f3 commit 04e331fCopy full SHA for 04e331f
kernels/rope/rope.cu
@@ -67,8 +67,6 @@ __global__ void rope_f32x4_pack_kernel(float *x, float *out, int seq_len,
67
FLOAT4(out[idx * 4]) = out_v;
68
}
69
70
-// --------------------- PyTorch bindings for custom kernel
71
-// -----------------------
72
#define STRINGFY(str) #str
73
#define TORCH_BINDING_COMMON_EXTENSION(func) \
74
m.def(STRINGFY(func), &func, STRINGFY(func));
0 commit comments