Commit 4aca6a7
[Minor][Inductor] move some combo kernel log from warning to debug (pytorch#167020)
[Minor][Inductor] move some combo kernel log from warning to debug (pytorch#166993)
Combo kernel warns for long reduction and large pointwise. This becomes too spammy for users such as vLLM.
This PR moves these logs from warn to debug. I validated the spammy log is removed on llama-3.1-8B.
Pull Request resolved: pytorch#166993
Approved by: https://github.com/zou3519, https://github.com/eellison
(cherry picked from commit e020fb3)
Co-authored-by: Boyuan Feng <[email protected]>1 parent 6bc3d6f commit 4aca6a7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments