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

[SYCL] Implement decorated enum class #5399

Merged
merged 19 commits into from Jan 27, 2022
Merged

[SYCL] Implement decorated enum class #5399

merged 19 commits into from Jan 27, 2022

Conversation

IgorKharchikov
Copy link
Contributor

Added enum class sycl::access::decorated to access.hpp, so it would be possible to perform tests demanding this implementation.

IgorKharchikov and others added 18 commits January 14, 2022 21:20
Redefinition of default constructor image_accessor() (previously used "= default") to make it possible to use const references in parallel_for.
Reduced ad hoc test file.
Created new test for fixed issue with mismatched namespace for ctz function.
[SYCL]Created regression test for ctz fix
…ed_tests

Revert "[SYCL]Created regression test for ctz fix"
Reduced test file so it contains only func() function, edited commented line for test running.
Edited commented line for testing, corrected typos in code.
Removed SYCL_EXTERNAL attribute due to it's unnecessity in this test (parallel_for is used here).
Co-authored-by: Alexey Bader <alexey.bader@intel.com>
Added enum class sycl::access::decorated.
Co-authored-by: vladimirlaz <vladimir.lazarev@intel.com>
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