diff --git a/pufferlib/extensions/cuda/kernels.cu b/pufferlib/extensions/cuda/kernels.cu index 520812ced..885630913 100644 --- a/pufferlib/extensions/cuda/kernels.cu +++ b/pufferlib/extensions/cuda/kernels.cu @@ -17,142 +17,122 @@ inline int seq_size(int N) { return (N + SEQ_SIZE - 1) / SEQ_SIZE; } -// If you can get this to work, go ahead. I tried. -// NVCC won't parse templated types in kernel launches -/* -template