DPC++ daily 2022-06-14
Pre-release
Pre-release
·
135273 commits
to sycl
since this release
[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