-
Notifications
You must be signed in to change notification settings - Fork 740
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC][SYCL] Inline/drop
is_genint_v
type trait (#15707)
It's only used in a single header for extra filtering of `cl_int` and `cl_float`. We don't need the entirety of "generic" integer types to do that. Note `(Dims > 0) && ` that I'm dropping here seemed to have no effect as `IsValidCoordDataT` helper ensures `Dims` can't be non-positive. Also, it would be a compiler error and not an SFINAE-based selection because of that helper anyway.
- Loading branch information
1 parent
0d3eb05
commit b2f6326
Showing
2 changed files
with
29 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters