Skip to content
Merged
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ struct ur_command_list_manager {
uint32_t workDim, const size_t *pGlobalWorkOffset,
const size_t *pGlobalWorkSize, const size_t *pLocalWorkSize,
wait_list_view &waitListView, ur_event_handle_t phEvent, bool cooperative,
bool withArgs = false, void *pNext = nullptr);
bool callWithArgs = false, void *pNext = nullptr);

ur_result_t appendKernelLaunchUnlocked(
ur_kernel_handle_t hKernel, uint32_t workDim,
Expand Down
Loading