-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Widen (u)int8/16 to (u)int32 and half to float in group_broadc…
…ast (#5110) CPU device does not yet support the (u)int8/16 and half versions. - Add FIXMEs. - Bitcast half to int16_t (and then widen to int32_t) to keep the precision. - Refactor the widening code into a separate helper. - Add tests for all 3 group_broadcast overloads.
- Loading branch information
Showing
2 changed files
with
569 additions
and
438 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.