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] Remove simd move test cases #15062

Merged
merged 5 commits into from
Aug 14, 2024
Merged

[ESIMD] Remove simd move test cases #15062

merged 5 commits into from
Aug 14, 2024

Conversation

fineg74
Copy link
Contributor

@fineg74 fineg74 commented Aug 13, 2024

This PR to remove tests requiring simd move constructor/assignment as it was decided not to implement it.

Closes: #14542

@fineg74 fineg74 marked this pull request as ready for review August 14, 2024 01:40
@fineg74 fineg74 requested a review from a team as a code owner August 14, 2024 01:40
@@ -8,11 +8,9 @@
//===----------------------------------------------------------------------===//
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
// RUN: %{run} %t.out
// XFAIL: *
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we also remove __ESIMD_DECLARE_TEST_PROXY_ACCESS from simd_obj_impl.hpp and sycl/ext/intel/esimd/detail/test_proxy.hpp?

@sarnex sarnex merged commit 404f812 into intel:sycl Aug 14, 2024
13 checks passed
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.

[ESIMD] Multiple ESIMD tests failing because simd does not provide move constructors/assignment operators
2 participants