Skip to content

DPC++ daily 2022-11-29

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 29 Nov 17:35
· 117848 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 <steffen.larsen@intel.com>