Skip to content

DPC++ daily 2022-06-14

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 14 Jun 16:24
· 135273 commits to sycl since this release
f84fc32
[SYCL] Add aspect for bfloat16 (#5720)

This PR adds a new aspect ext_oneapi_bfloat16 to allow a runtime check for if the device supports the bfloat16 floating point type.
Only the CUDA implementation for checking if the device supports this aspect is added.

Updated test: intel/llvm-test-suite#888