-
Notifications
You must be signed in to change notification settings - Fork 738
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] Make mutable swizzle functions unusable on const vec #13026
Closed
steffenlarsen
wants to merge
9
commits into
intel:sycl
from
steffenlarsen:steffen/sfinae_const_vec_mutations
Closed
[SYCL] Make mutable swizzle functions unusable on const vec #13026
steffenlarsen
wants to merge
9
commits into
intel:sycl
from
steffenlarsen:steffen/sfinae_const_vec_mutations
Commits on Mar 13, 2024
-
[SYCL] Make swizzle mutating operators const friends
In intel#12682 the mutating operators for swizzles (+=, -=, ..., ++, --) were reverted to be members rather than friends. Since swizzles mutate the underlying vec rather than themselves these operators should take and return constant references instead, which this commit implements. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 950c083 - Browse repository at this point
Copy the full SHA 950c083View commit details
Commits on Mar 14, 2024
-
[SYCL] Make mutable swizzle functions unusable on const vec
Swizzles should not expose mutating functions when the underlying vector is const. This commit SFINAEs these out. This is built on top of intel#13012. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 3262f89 - Browse repository at this point
Copy the full SHA 3262f89View commit details
Commits on Mar 20, 2024
-
Also disallow load for const vecs and make it const
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 860ad1f - Browse repository at this point
Copy the full SHA 860ad1fView commit details
Commits on May 14, 2024
-
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 331f1d0 - Browse repository at this point
Copy the full SHA 331f1d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99f3b15 - Browse repository at this point
Copy the full SHA 99f3b15View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9b039a - Browse repository at this point
Copy the full SHA f9b039aView commit details -
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 396de3c - Browse repository at this point
Copy the full SHA 396de3cView commit details -
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 955c841 - Browse repository at this point
Copy the full SHA 955c841View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0463306 - Browse repository at this point
Copy the full SHA 0463306View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.