-
Notifications
You must be signed in to change notification settings - Fork 787
[NFC][SYCL][MATRIX] Add std::ignore for unused parameters to fix warnings. #8684
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@intel/dpcpp-esimd-reviewers, @arnamoy10, it seems like ESIMD tests are broken in pre-commit. It doesn't look like this patch can cause such failures.
|
Most likely that is the typical scenario with Old(morning) compiler build used by CI and NEW tests. PR (8316) did not catch the morning compiler build time. @fineg74 - can you please check/confirm if that is new regression caused by your fix, or just bad timing for the merge? |
@v-klochkov, I checked before commenting that @arnamoy10's branch is based on |
I am not sure it is related to the change but likely some emulator issue: command stderr:terminate called after throwing an instance of 'sycl::_V1::memory_allocation_error' The only change that could be related to allocation is use of aligned memory allocation i.e. sycl::aligned_alloc_shared and sycl::usm_allocator<T, sycl::usm::alloc::host, Flags::template alignment<__ESIMD_DNS::__raw_t>> in the tests. The code patch doesn't do any allocation. |
I am merging this as it is very clearly a NFC and it would be best to get post-commit building again. Feel free to continue the discussion. |
@fineg74, @intel/dpcpp-esimd-reviewers, please, investigate and fix this issues as soon as possible. This issue impact pre-commit validation. |
No description provided.