File size: 203 Bytes
4303459
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[general]
name = "rmsnorm_kernel"

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

[kernel.rmsnorm_kernel]
src = [
  "rmsnorm_kernel/rmsnorm.cu",
]
depends = [ "torch"]