Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[ESIMD] Add test for radix sort. #1277

Merged
merged 2 commits into from
Sep 21, 2022

Conversation

kychendev
Copy link

No description provided.

@kychendev kychendev requested a review from a team as a code owner September 19, 2022 17:19
return;
}

// std::cout << "*** n_entries: " << n_entries << " elem_stide: " <<

Choose a reason for hiding this comment

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

Nit: maybe cleanup here and line 359

Copy link
Author

Choose a reason for hiding this comment

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

The commented lines were added for debugging purpose - removed.

kbobrovs
kbobrovs previously approved these changes Sep 20, 2022
@kbobrovs
Copy link

@kychendev , please provide info on failing tests so that this PR could be merged if failures are unrelated.

@kychendev
Copy link
Author

This change only contains a new radix_sort kernel, which has passed CI test.

The following new failed cases should be irrelevant to this PR:

[2022-09-20T01:59:16.620Z] New failures found: ['SYCL::Config/kernel_from_file.cpp', 'SYCL::DeviceLib/separate_compile_test.cpp', 'SYCL::SeparateCompile/test.cpp']

@kychendev
Copy link
Author

@kbobrovs , could you help merge as the failing tests are unrelated.

@kbobrovs kbobrovs merged commit c48368e into intel:intel Sep 21, 2022
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 2023
* [ESIMD] Add test for radix sort.
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants