Files
ROCm/python/pyproject.toml
peterbell10 0d76c4ca95 [FRONTEND] Rename tl.reduction -> tl.reduce and improve testing (#1521)
`tl.reduction` is currently tested indirectly through the existing
reduction operators, but it's good to have a direct test for the
function itself.

---------

Co-authored-by: Philippe Tillet <phil@openai.com>
2023-04-14 14:35:31 -07:00

9 lines
158 B
TOML

[build-system]
requires = ["setuptools>=40.8.0", "wheel", "cmake>=3.18"]
[tool.autopep8]
aggressive = 1
ignore = "E501,E701,E731,W690"
max_line_length = 88