This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Commit 7a909c3
committed
Supress warnings during the autotuner run
Warnings can be emitted during range inference or compilation which are
called for each candidate in the autotuning run. The source TC
remaining the same, this crease an unnecessary stream of duplicate
warnings while the autotuning runs. Use the newly introduced
CompilerOptions mechanism to disable warnings during the autotuning
process. Note that this process returns the mapping options rather than
a compiled object, forcing the caller to explicitly compile with these
options and get the warnings if necessary.1 parent 3bbf8d8 commit 7a909c3
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
| |||
93 | 97 | | |
94 | 98 | | |
95 | 99 | | |
96 | | - | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
| |||
0 commit comments