-
Notifications
You must be signed in to change notification settings - Fork 801
[SYCL] Repurpose SYCL_CACHE_TRACE to enable fine-grained tracing of SYCL caches #15822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
c93160a
7f20c6f
9dbdeac
76919e2
ba15609
a406c29
2f2369a
8846e24
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,7 +26,7 @@ CONFIG(SYCL_PROGRAM_APPEND_COMPILE_OPTIONS, 64, __SYCL_PROGRAM_APPEND_COMPILE_OP | |
| CONFIG(SYCL_HOST_UNIFIED_MEMORY, 1, __SYCL_HOST_UNIFIED_MEMORY) | ||
| // 260 (Windows limit) - 12 (filename) - 84 (cache directory structure) | ||
| CONFIG(SYCL_CACHE_DIR, 164, __SYCL_CACHE_DIR) | ||
| CONFIG(SYCL_CACHE_TRACE, 1, __SYCL_CACHE_TRACE) | ||
| CONFIG(SYCL_CACHE_TRACE, 16, __SYCL_CACHE_TRACE) | ||
|
||
| CONFIG(SYCL_CACHE_DISABLE_PERSISTENT, 1, __SYCL_CACHE_DISABLE_PERSISTENT) | ||
| CONFIG(SYCL_CACHE_PERSISTENT, 1, __SYCL_CACHE_PERSISTENT) | ||
| CONFIG(SYCL_CACHE_EVICTION_DISABLE, 1, __SYCL_CACHE_EVICTION_DISABLE) | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.