-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][COMPAT] Extended device_info properties. (#13050)
- Adds multiple properties to syclcompat's device_info class. - Usage of `sycl::id` deprecated in favour of `sycl::range`. - Refactored queue creation, implementation moved to a private method. - Device name truncated if it's name exceeds the maximum buffer size (256 by default). Minor: - Updated format of device tests to match the current test style used for other headers.
- Loading branch information
Showing
4 changed files
with
517 additions
and
207 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
Oops, something went wrong.