Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# commit 66ba7970a6badf781226b75a98c9585ef30ea93a
# Author: Maosu Zhao <[email protected]>
# Date: Mon Oct 28 18:39:57 2024 +0800
# [DeviceSanitizer] Add a report flag to LaunchInfo (#2069)
set(UNIFIED_RUNTIME_TAG 66ba7970a6badf781226b75a98c9585ef30ea93a)
# commit a9c7aef861988d4b8421f3e760e63f4e3da9398d
# Author: aarongreig <[email protected]>
# Date: Mon Oct 28 15:56:46 2024 +0000
# Merge pull request #2152 from Bensuo/fabio/binary_update_fix
# Fix command-buffer binary update implementation
set(UNIFIED_RUNTIME_TAG a9c7aef861988d4b8421f3e760e63f4e3da9398d)
2 changes: 1 addition & 1 deletion sycl/source/detail/graph_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ void exec_graph_impl::updateImpl(std::shared_ptr<node_impl> Node) {
}
}

UpdateDesc.hNewKernel = UrKernel;
UpdateDesc.hNewKernel = nullptr;
UpdateDesc.numNewMemObjArgs = MemobjDescs.size();
UpdateDesc.pNewMemObjArgList = MemobjDescs.data();
UpdateDesc.numNewPointerArgs = PtrDescs.size();
Expand Down
Loading