ROCm / Tensile

Stretching GPU performance for GEMMs and tensor contractions.
MIT License
220 stars 149 forks source link

Suppress developer warnings #2009

Closed bstefanuk closed 2 months ago

bstefanuk commented 2 months ago

Summary:

For most purposes, dev warnings are irrelevant and cause confusion.

Outcomes:

Developer warnings are only shown at PrintLevel == 2 and above, e.g., --verbose=2.

Testing and Environment:

CI only.