-
Notifications
You must be signed in to change notification settings - Fork 86
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
Add test for value_type alias in vector_api #879
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
.github/workflows/cts_ci.yml
Outdated
@@ -56,7 +56,7 @@ jobs: | |||
matrix: | |||
include: | |||
- sycl-impl: dpcpp | |||
version: 1dbee22f9c8a3a825deb871bab76937e04fa26fc | |||
version: 33e5b101fadc4259135231f99ab62d077b284810 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this related to the issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#880 should carry the required changes to intel/llvm DPCPP.
@bader ping for merge! |
This PR adds testing logic to verify that the type described by the vec::value_type alias is the same as the underlying type of the vector.