mirror of
https://github.com/sgjzfzzf/triton-tvm-ffi.git
synced 2026-07-01 08:51:56 +08:00
@@ -0,0 +1,19 @@
|
||||
[project]
|
||||
name = "triton-tvm-ffi"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
dependencies = [
|
||||
"apache-tvm-ffi",
|
||||
]
|
||||
|
||||
[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"]
|
||||
Reference in New Issue
Block a user