Skip to content

Commit a406c29

Browse files
committed
Reduce size of SYCL_CACHE_TRACE's input to 4 bytes
1 parent ba15609 commit a406c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/config.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CONFIG(SYCL_PROGRAM_APPEND_COMPILE_OPTIONS, 64, __SYCL_PROGRAM_APPEND_COMPILE_OP
2626
CONFIG(SYCL_HOST_UNIFIED_MEMORY, 1, __SYCL_HOST_UNIFIED_MEMORY)
2727
// 260 (Windows limit) - 12 (filename) - 84 (cache directory structure)
2828
CONFIG(SYCL_CACHE_DIR, 164, __SYCL_CACHE_DIR)
29-
CONFIG(SYCL_CACHE_TRACE, 16, __SYCL_CACHE_TRACE)
29+
CONFIG(SYCL_CACHE_TRACE, 4, __SYCL_CACHE_TRACE)
3030
CONFIG(SYCL_CACHE_DISABLE_PERSISTENT, 1, __SYCL_CACHE_DISABLE_PERSISTENT)
3131
CONFIG(SYCL_CACHE_PERSISTENT, 1, __SYCL_CACHE_PERSISTENT)
3232
CONFIG(SYCL_CACHE_EVICTION_DISABLE, 1, __SYCL_CACHE_EVICTION_DISABLE)

0 commit comments

Comments
 (0)