kernel
File size: 158 Bytes
bbf5511
52bc5f9
bbf5511
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[general]
name = "rotary"

[torch]
src = [
  "torch-ext/torch_binding.cpp",
]

[kernel.activation]
src = [
  "rotary/rotary_cuda.cu",
]
depends = [ "torch" ]