We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba15609 commit a406c29Copy full SHA for a406c29
sycl/source/detail/config.def
@@ -26,7 +26,7 @@ CONFIG(SYCL_PROGRAM_APPEND_COMPILE_OPTIONS, 64, __SYCL_PROGRAM_APPEND_COMPILE_OP
26
CONFIG(SYCL_HOST_UNIFIED_MEMORY, 1, __SYCL_HOST_UNIFIED_MEMORY)
27
// 260 (Windows limit) - 12 (filename) - 84 (cache directory structure)
28
CONFIG(SYCL_CACHE_DIR, 164, __SYCL_CACHE_DIR)
29
-CONFIG(SYCL_CACHE_TRACE, 16, __SYCL_CACHE_TRACE)
+CONFIG(SYCL_CACHE_TRACE, 4, __SYCL_CACHE_TRACE)
30
CONFIG(SYCL_CACHE_DISABLE_PERSISTENT, 1, __SYCL_CACHE_DISABLE_PERSISTENT)
31
CONFIG(SYCL_CACHE_PERSISTENT, 1, __SYCL_CACHE_PERSISTENT)
32
CONFIG(SYCL_CACHE_EVICTION_DISABLE, 1, __SYCL_CACHE_EVICTION_DISABLE)
0 commit comments