846d481
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[general] name = "img2gray" universal = false [torch] src = [ "torch-ext/torch_binding.cpp", "torch-ext/torch_binding.h" ] [kernel.img2gray] backend = "cuda" depends = ["torch"] src = [ "csrc/img2gray.cu", ]