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 Mar 28, 2023. It is now read-only.
[SYCL] Split optimization_level_debug_info test (#977)
The optimization_level_debug_info test can on some systems cause a
timeout due to the compilation time without optimizations and with
debug symbols enabled. To avoid this timeout, this commit splits the
test into two parts; one checking with integral optimization levels
(e.g. -O2) and one checking with special-name optimization levels
(e.g. -Og).
Signed-off-by: Steffen Larsen <[email protected]>
0 commit comments