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 60a5c90 commit a14d0b5Copy full SHA for a14d0b5
sycl/plugins/unified_runtime/CMakeLists.txt
@@ -136,7 +136,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
136
137
fetch_adapter_source(native_cpu
138
${UNIFIED_RUNTIME_REPO}
139
- ${UNIFIED_RUNTIME_TAG}
+ # commit e2b5b7fafa8721bfcd46426623adc2b586bacf56
140
+ # Merge: cda0cd94 d05476f4
141
+ # Author: Kenneth Benzie (Benie) <[email protected]>
142
+ # Date: Wed Apr 10 14:22:28 2024 +0100
143
+ # Merge pull request #1345 from lplewa/native_cpu_log
144
+ # Refactor native cpu adapter to new logger
145
+ e2b5b7fafa8721bfcd46426623adc2b586bacf56
146
)
147
148
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
0 commit comments