Skip to content

[SYCL] Fix unused variable warnings #12523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 29, 2024

Conversation

sergey-semenov
Copy link
Contributor

@sergey-semenov sergey-semenov commented Jan 29, 2024

Fixes warnings introduced in #11758

Copy link
Contributor

github-actions bot commented Jan 29, 2024

✅ With the latest revision this PR passed the C/C++ code formatter.

@@ -72,35 +72,30 @@ TEST_F(SchedulerTest, InOrderQueueSyncCheck) {
{
LimitedHandlerSimulation MockCGH;
EXPECT_CALL(MockCGH, depends_on).Times(0);
Queue->finalizeHandler<LimitedHandlerSimulation>(
MockCGH, detail::CG::CGTYPE::CodeplayHostTask, Event);
Queue->finalizeHandler<LimitedHandlerSimulation>(MockCGH, Event);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, most of these checks are identical now, so the test needs to be trimmed down. I'd rather do so in a follow up PR though to fix post-commit ASAP.

@sergey-semenov
Copy link
Contributor Author

@intel/llvm-reviewers-runtime Could you please have a quick look?

@sergey-semenov sergey-semenov merged commit 2f56926 into intel:sycl Jan 29, 2024
KseniyaTikhomirova added a commit to KseniyaTikhomirova/llvm that referenced this pull request Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants