-
Notifications
You must be signed in to change notification settings - Fork 747
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Remove direct initialization constructor from bfloat16 class (#…
…4989) This constructor is being removed to resolve ambiguity when user trying initialize bfloat16 with int, like `auto a = bfloat16(0);` Add conversion operator for sycl::half Conversion operator for storage_t is replaced by 'raw()' method Signed-off-by: Alexey Sotkin <[email protected]>
- Loading branch information
1 parent
756c2e8
commit 81154ec
Showing
2 changed files
with
21 additions
and
4 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