File size: 411 Bytes
cae2c48 8576d61 cae2c48 8576d61 cae2c48 8576d61 cae2c48 8576d61 cae2c48 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[general]
name = "deformable_detr"
universal = false
[torch]
src = [
"torch-ext/torch_binding.cpp",
"torch-ext/torch_binding.h",
]
[kernel.activation]
backend = "cuda"
depends = ["torch"]
include = ["."]
src = [
"deformable_detr/ms_deform_attn_cuda.cu",
"deformable_detr/ms_deform_im2col_cuda.cuh",
"deformable_detr/ms_deform_attn_cuda.cuh",
"deformable_detr/ms_deform_attn_cuda.h",
]
|