Skip to content

Commit

Permalink
[UR][DeviceSantizer] Enable Symoblizer for UR santizer layer
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaomaosu authored and omarahmed1111 committed Jul 29, 2024
1 parent 759034e commit c00a80b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ set(SYCL_PI_UR_SOURCE_DIR
# Here we override the defaults to disable building tests from unified-runtime
set(UR_BUILD_EXAMPLES OFF CACHE BOOL "Build example applications." FORCE)
set(UR_BUILD_TESTS OFF CACHE BOOL "Build unit tests." FORCE)
# Override default to enable symbolizer from unified-runtime
set(UR_ENABLE_SYMBOLIZER ON CACHE BOOL "Enable symbolizer for sanitizer layer.")
set(UR_BUILD_XPTI_LIBS OFF)
set(UR_ENABLE_TRACING ON)

Expand Down

0 comments on commit c00a80b

Please sign in to comment.