Commit b09acde
[SYCL] Implement
This PR adds FP8 types for CRI
[docs](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/proposed/sycl_ext_oneapi_fp8.asciidoc).
It adds the first part which includes:
1. Initial implementation
2. Unit tests which check expected behavior and values
3. Unit tests which check the fact of builtin calls.
4. E2E tests of all 3 data types: fp8_e4m3, fp8_e5m2 and fp8_e8m0
---------
Co-authored-by: Copilot <copilot@github.com>sycl_ext_oneapi_fp8 for CRI (#21568)1 parent efcbf08 commit b09acde
16 files changed
Lines changed: 6584 additions & 1 deletion
File tree
- llvm
- lib/SYCLPostLink
- test/tools/sycl-post-link/sycl-external-funcs
- sycl
- include/sycl/ext/oneapi/experimental/float_8bit
- source
- test-e2e/Experimental/fp8
- unittests/Extensions
- fp8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
30 | 37 | | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
| 42 | + | |
0 commit comments