Skip to content

DPC++ daily 2022-11-29

Pre-release
Pre-release

Choose a tag to compare

@bb-sycl bb-sycl released this 29 Nov 17:35
· 136291 commits to sycl since this release
142d9f5
[SYCL] Remove experimental from bfloat16 in Windows test (#7569)

bfloat16 was recently moved out of the experimental namespace but
windows_build_test.cpp did not reflect this. This commit removes the use
of the experimental namespace.

Signed-off-by: Larsen, Steffen <[email protected]>