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
[SYCL][CMake] Build RelWithDebInfo sycl runtimes with frame pointers (#17342)
Enable frame pointers on sycl runtimes when the build configuration is
Debug or RelWithDebInfo. (Though setting this will typically be a no-op
for Debug builds.)
Frame pointers improve the effectiveness of profilers, tracers, and
other introspection tools.
0 commit comments