deformable-detr / build.toml
danieldk's picture
danieldk HF Staff
Update for Torch 2.8
8576d61
[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",
]