mirror of
https://github.com/sgjzfzzf/triton-tvm-ffi.git
synced 2026-07-01 08:51:56 +08:00
ac7497b2c8
Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn>
21 lines
448 B
TOML
21 lines
448 B
TOML
[project]
|
|
name = "triton-tvm-ffi"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
dependencies = [
|
|
"apache-tvm-ffi",
|
|
"jinja2",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["apache-tvm-ffi", "scikit-build-core"]
|
|
build-backend = "scikit_build_core.build"
|
|
|
|
[project.entry-points."triton.backends"]
|
|
nvidia = "triton_tvm_ffi"
|
|
|
|
[tool.scikit-build]
|
|
wheel.install-dir = "triton_tvm_ffi"
|
|
wheel.packages = ["python/triton_tvm_ffi"]
|