https://github.com/halide/Halide
Raw File
Tip revision: bbe8fadf32296c20979ca99a86f206545c3522d8 authored by Andrew Adams on 16 February 2024, 19:18:19 UTC
Allocate IR node names inside the IR nodes
Tip revision: bbe8fad
pyproject.toml
[build-system]
requires = [
  "setuptools>=43",
  "wheel",
  "scikit-build",
  "pybind11==2.10.4",
  "cmake>=3.22",
  "ninja; platform_system!='Windows'"
]
build-backend = "setuptools.build_meta"
back to top