mirror of
https://github.com/sgjzfzzf/triton-tvm-ffi.git
synced 2026-05-01 19:42:10 +08:00
18 lines
358 B
TOML
18 lines
358 B
TOML
[project]
|
|
name = "triton-tvm-ffi"
|
|
version = "0.1.0"
|
|
description = "A Python package for the FFI bindings of Triton TVM."
|
|
readme = "README.md"
|
|
dependencies = [
|
|
"apache-tvm-ffi",
|
|
"jinja2",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools]
|
|
packages = ["triton_tvm_ffi"]
|
|
package-dir = {"" = "python"}
|