drbh
feat: mrope position id kernel and reference
e52d1ec
raw
history blame contribute delete
409 Bytes
[general]
version = "0.0.1"
[torch]
name = "get_position_ids"
src = [
"ext-torch/registration.h",
"ext-torch/torch_binding.cpp",
"ext-torch/torch_binding.h",
]
include = ["."]
pyroot = "ext-torch"
pyext = ["py", "json"]
[kernel.get_position_ids]
capabilities = ["7.0", "7.2", "7.5", "8.0", "8.6", "8.7", "8.9", "9.0"]
src = ["get_position_ids/get_position_ids.cu"]
include = ["."]
depends = ["torch"]