mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-21 03:00:39 -05:00
`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>
9 lines
158 B
TOML
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
|