triton-lang / triton

Development repository for the Triton language and compiler
https://triton-lang.org/
MIT License
13.54k stars 1.67k forks source link

[AMD] Fix slow compilation issue due to inline print calls #5153

Closed binarman closed 6 days ago

binarman commented 2 weeks ago

This PR disables inline of print related functions, which speeds up compilation of test_scan_layouts dramatically.