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 3bcc073 commit 2fb4822Copy full SHA for 2fb4822
level_zero/core/source/cmdlist/cmdlist_hw.inl
@@ -132,13 +132,8 @@ ze_result_t CommandListCoreFamily<gfxCoreFamily>::appendLaunchKernel(ze_kernel_h
132
return ZE_RESULT_ERROR_INVALID_ARGUMENT;
133
}
134
135
- ze_result_t ret = appendLaunchKernelWithParams(hKernel, pThreadGroupDimensions,
136
- hEvent, false, false);
137
- if (ret != ZE_RESULT_SUCCESS) {
138
- return ret;
139
- }
140
-
141
+ return appendLaunchKernelWithParams(hKernel, pThreadGroupDimensions,
+ hEvent, false, false);
142
143
144
template <GFXCORE_FAMILY gfxCoreFamily>
0 commit comments