yoso / build.toml
medmekk's picture
medmekk HF Staff
Upload folder using huggingface_hub
6dbfa40 verified
raw
history blame contribute delete
555 Bytes
[general]
name = "yoso"
universal = false
[torch]
src = [
"torch-ext/torch_binding.cpp",
"torch-ext/torch_binding.h",
]
[kernel.yoso]
depends = ["torch"]
backend = "cuda"
cuda-capabilities = [
"8.0",
"8.9",
"9.0",
"10.0",
"12.0",
]
include = ["."]
src = [
"yoso/fast_lsh_cumulation_cuda.cu",
"yoso/fast_lsh_cumulation_cuda.h",
"yoso/fast_lsh_cumulation_torch.cpp",
"yoso/fast_lsh_cumulation.h",
"yoso/fast_lsh_cumulation.cu",
"yoso/common_cuda.h",
"yoso/common.h",
"yoso/common_cuda_device.h",
]