https://github.com/halide/Halide
Revision 678ea32f37ad0968d019db2a1228ac87c2cedf92 authored by Alexander Root on 24 August 2023, 19:49:57 UTC, committed by GitHub on 24 August 2023, 19:49:57 UTC
1 parent 88c75ec
Raw File
Tip revision: 678ea32f37ad0968d019db2a1228ac87c2cedf92 authored by Alexander Root on 24 August 2023, 19:49:57 UTC
[ARM] support new udot/sdot patterns (#7800)
Tip revision: 678ea32
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