-
Notifications
You must be signed in to change notification settings - Fork 756
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ESIMD] Add infra to support half, bfloat, etc, support sycl::half. (#…
…5123) - implement infrastructure for non-standard element type support to support a new type, the following must be implemented: * element type traits for the new type * scalar and vector conversions to/from selected std C++ type * std operations (or default with promotion to std C++ type can be used) - esimd::simd<sycl::half, N> can now be used on host and device * most of the operations, except extended math are supported for half Signed-off-by: Konstantin S Bobrovsky <konstantin.s.bobrovsky@intel.com>
- Loading branch information
Showing
17 changed files
with
1,554 additions
and
670 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
Oops, something went wrong.