Skip to content

Commit d1bdffa

Browse files
committed
[SYCL] Fix post-commit failure after #intel#18745
1 parent bfdfc3a commit d1bdffa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/unittests/Extensions/RootGroup.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ TEST(RootGroupTests, ValidNumWorkGroupsQuery) {
8686
mock::getCallbacks().set_replace_callback(
8787
"urKernelSuggestMaxCooperativeGroupCountExp", [](void *pParams) {
8888
auto params = static_cast<
89-
ur_kernel_suggest_max_cooperative_group_count_exp_params_t *>(
90-
pParams);
89+
ur_kernel_suggest_max_cooperative_group_count_params_t *>(pParams);
9190
**params->ppGroupCountRet = mock_group_count;
9291
return UR_RESULT_SUCCESS;
9392
});

0 commit comments

Comments
 (0)