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

Enable SYCL atomic tests #3742

Merged
merged 2 commits into from
Feb 2, 2021
Merged

Conversation

masterleinad
Copy link
Contributor

Depends on #3741.

@masterleinad masterleinad added [WIP] and removed [WIP] labels Jan 22, 2021
@masterleinad masterleinad changed the title [WIP] Enable SYCL atomic tests Enable SYCL atomic tests Jan 22, 2021
@masterleinad masterleinad marked this pull request as ready for review January 27, 2021 21:38
@@ -45,6 +45,8 @@
#include <TestAtomicOperations.hpp>

namespace Test {
// FIXME_SYCL atomic_fetch_oper for large types to be implemented
#ifndef KOKKOS_ENABLE_SYCL
Copy link
Member

Choose a reason for hiding this comment

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

Why do you remove it from the list if everything is being commented out?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

So that I have a better description for the FIXME.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If you feel really strongly about it I can remove it but I prefer to have tests in core/unit/CMakeLists.txt that I have not looked at and found a better description.

Copy link
Member

Choose a reason for hiding this comment

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

I prefer tests which completely not work to be removed in cmake

Copy link
Member

Choose a reason for hiding this comment

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

You can have the comment in the CMakeLists.txt right next to the unit test you remove from the list

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK. Changed.

@masterleinad
Copy link
Contributor Author

Retest this please.

@dalg24 dalg24 merged commit cd61958 into kokkos:develop Feb 2, 2021
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.

None yet

3 participants