Skip to content

Commit 2f89652

Browse files
committed
Bump UR tag to latest
1 parent 9a13118 commit 2f89652

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
11
set(UNIFIED_RUNTIME_REPO "https://github.com/omarahmed1111/unified-runtime.git")
2-
# commit df6da35d6e67f2383db28dd49ab08c5c0ef541d2
3-
# Merge: 67590533 55bd5636
4-
# Author: aarongreig <[email protected]>
5-
# Date: Mon Oct 7 12:28:07 2024 +0100
6-
# Merge pull request #2038 from GeorgeWeb/georgi/unsupported-max-coop-wgsize
7-
# [UR][hip][opencl] Mark urKernelSuggestMaxCooperativeGroupCountExp as unsupported
8-
# instead of returning misleading default value
9-
set(UNIFIED_RUNTIME_TAG 6eba20afafab7358c7841c230890e43da4fd89a6)
2+
set(UNIFIED_RUNTIME_TAG da306bae38372600c14fb2b1fed406de36cba474)

sycl/source/detail/context_impl.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ context_impl::context_impl(ur_context_handle_t UrContext,
104104
}
105105
MPlatform = Platform;
106106
}
107-
// TODO catch an exception and put it to list of asynchronous exceptions
108-
// getAdapter() will be the same as the Adapter passed. This should be taken
109-
// care of when creating device object.
110-
//
111-
// TODO: Move this backend-specific retain of the context to SYCL-2020 style
112-
// make_context<backend::opencl> interop, when that is created.
113107
MKernelProgramCache.setContextPtr(this);
114108
}
115109

sycl/source/kernel.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
namespace sycl {
1717
inline namespace _V1 {
1818

19-
// TODO(pi2ur): Don't cast straight from cl_kernel below
2019
kernel::kernel(cl_kernel ClKernel, const context &SyclContext) {
2120
auto Adapter = sycl::detail::ur::getAdapter<backend::opencl>();
2221
ur_kernel_handle_t hKernel = nullptr;

0 commit comments

Comments
 (0)