Skip to content

[SYCL][ESIMD] Remove unused APIs from simd_view class #2365

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

Conversation

DenisBakhvalov
Copy link
Contributor

No description provided.

@DenisBakhvalov DenisBakhvalov requested a review from a team as a code owner August 24, 2020 21:57
@bader bader changed the title [SYCL][ESIMD][NFC] Removed unused APIs from simd_view class [SYCL][ESIMD][NFC] Remove unused APIs from simd_view class Aug 25, 2020
@@ -48,8 +48,8 @@ bool test_simd_select() __attribute__((sycl_device)) {
bool test_2d_offset() __attribute__((sycl_device)) {
simd<int, 16> v = 0;
auto ref = v.format<short, 8, 4>();
return ref.select<2, 2, 2, 2>(2, 1).getOffset<0>() == 1 &&
ref.select<2, 2, 2, 2>(2, 1).getOffset<1>() == 2;
return ref.select<2, 2, 2, 2>(2, 1).getOffsetX() == 1 &&
Copy link
Contributor

Choose a reason for hiding this comment

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

It looks like removed API is public, so I don't think that [NFC] tag can be applied to this change.

@bader bader changed the title [SYCL][ESIMD][NFC] Remove unused APIs from simd_view class [SYCL][ESIMD] Remove unused APIs from simd_view class Aug 25, 2020
@bader bader merged commit f257378 into intel:sycl Aug 25, 2020
@DenisBakhvalov DenisBakhvalov added the esimd Explicit SIMD feature label Aug 28, 2020
Chenyang-L pushed a commit that referenced this pull request Feb 18, 2025
Add query to retrieve adapter handle from platform.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
esimd Explicit SIMD feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants