Skip to content
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

[ESIMD] Fix obsolete TODO comments + enable more cases in ballot.cpp #12657

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

v-klochkov
Copy link
Contributor

No description provided.

Signed-off-by: Klochkov, Vyacheslav N <vyacheslav.n.klochkov@intel.com>
@@ -196,7 +194,6 @@ ReadT readFromHorizontallyPackedMatrix(void *VVec, int Row, int Col) {
return static_cast<ReadT>(TargetElem);
} else {
// TargetElem has 2 or more elements in it. Need to extract one.
// TODO: for now assume that is the case only for 2 or 4-bit integers.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO is removed because: 1-bit integers are not supported and there are no known plans to support them.

@v-klochkov v-klochkov marked this pull request as ready for review February 8, 2024 17:54
@v-klochkov v-klochkov requested a review from a team as a code owner February 8, 2024 17:54
@v-klochkov v-klochkov merged commit 3405149 into intel:sycl Feb 8, 2024
12 checks passed
@v-klochkov v-klochkov deleted the esimd_fix_few_TODO_comments branch June 5, 2024 01:05
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