Skip to content

DPC++ daily 2022-10-11

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 11 Oct 17:00
· 122879 commits to sycl since this release
775d068
[SYCL][Matrix] Fix __spirv_JointMatrixINTEL signature (#6957)

Default SYCL_EXT_ONEAPI_MATRIX to 1

Added SYCL_EXT_ONEAPI_MATRIX_VERSION to differentiate API versions.

Only add 'Use' parameter if testing macro SYCL_EXT_ONEAPI_MATRIX_VERSION = 2
is defined.

Test change: https://github.com/intel/llvm-test-suite/pull/1311

Signed-off-by: Sidorov, Dmitry dmitry.sidorov@intel.com