Skip to content

[SYCL][ESIMD][NFC] Removed unused APIs from simd_view class #2364

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

Closed
wants to merge 1 commit into from

Conversation

DenisBakhvalov
Copy link
Contributor

No description provided.

@DenisBakhvalov DenisBakhvalov requested a review from a team as a code owner August 24, 2020 19:44
return (Dim == 0) ? getStrideX() : getStrideY();
}

template <int Dim = 0> constexpr uint16_t getOffset() const {
Copy link
Contributor

Choose a reason for hiding this comment

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

Also need to update the reference in sycl/test/basic_tests/esimd/simd.cpp, to replace getOffset<0>()/getOffset<1>() with getOffsetX()/getOffsetY().

@DenisBakhvalov DenisBakhvalov deleted the DenisBakhvalov-removed-unused-apis branch August 24, 2020 21:03
Chenyang-L pushed a commit that referenced this pull request Feb 18, 2025
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.

2 participants