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

[SYCL][ESIMD] Add tests on simd copy and move assignment operators #762

Merged
merged 18 commits into from
Feb 8, 2022

Conversation

vasilytric
Copy link

No description provided.

- Use header with werifecation function it lets avoid code copy-paste
- Update comments
- Update comemnts
- Now shared_elem used only with one elem
Also there was different changes according to move TestDescription into
ctors/common.hpp
- Rename ctors into operators
- Rename variables
- Add assert tu verify that USM was allocated correctly
- Add possible to specify init value to shared_element
@vasilytric
Copy link
Author

CI on Windows platform failed due to issue, that is not related to this PR (failed Plugin/level_zero_device_scope_events.cpp tests) this test disabled, but fix not merged yet.
@kbobrovs Would you mind to take a look?

@vasilytric
Copy link
Author

@intel/dpcpp-tools-reviewers @intel/llvm-reviewers-runtime @steffenlarsen
You all were added by accident. Please, ignore all notifications from this PR

@AlexeySachkov AlexeySachkov removed request for a team and steffenlarsen January 31, 2022 16:43
@@ -46,6 +46,9 @@ template <typename T> bool are_bitwise_equal(T lhs, T rhs) {

} // namespace details

// Dummy kernel for submitting some code into device side.
Copy link

@kbobrovs kbobrovs Feb 2, 2022

Choose a reason for hiding this comment

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

Suggested change
// Dummy kernel for submitting some code into device side.
// Class used as a kernel ID.

Copy link
Author

Choose a reason for hiding this comment

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

I've applied this comment here

@kbobrovs kbobrovs merged commit 1017d07 into intel:intel Feb 8, 2022
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Apr 12, 2022
…ntel#762)

* [SYCL][ESIMD] Add tests on simd copy and move assignment operators
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Jun 17, 2022
…ntel#762)

* [SYCL][ESIMD] Add tests on simd copy and move assignment operators
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…ntel/llvm-test-suite#762)

* [SYCL][ESIMD] Add tests on simd copy and move assignment operators
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.

3 participants