You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
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.
0 commit comments