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 d68bac5 commit 9bf8104Copy full SHA for 9bf8104
sycl/plugins/unified_runtime/CMakeLists.txt
@@ -115,7 +115,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
115
116
fetch_adapter_source(cuda
117
${UNIFIED_RUNTIME_REPO}
118
- ${UNIFIED_RUNTIME_TAG}
+ # commit 1ff111c12ea5bcb7b524dc377237c997fd884b8f
119
+ # Merge: 50452b75 28393448
120
+ # Author: Kenneth Benzie (Benie) <[email protected]>
121
+ # Date: Wed May 15 13:30:30 2024 +0100
122
+ # Merge pull request #1596 from Bensuo/cuda_bool
123
+ # [CUDA] Change `bool` variable type to `unsigned int`
124
+ 1ff111c12ea5bcb7b524dc377237c997fd884b8f
125
)
126
127
fetch_adapter_source(hip
0 commit comments