Closed
Description
LIT testing using clang with the new Pass Manager by default is failed for the following tests:
SYCL :: check_device_code/matrix/matrix-nvptx-bf16-test.cpp
SYCL :: check_device_code/matrix/matrix-nvptx-half-float-test.cpp
SYCL :: check_device_code/matrix/matrix-nvptx-half-half-test.cpp
SYCL :: check_device_code/matrix/matrix-nvptx-int8-test.cpp
SYCL :: check_device_code/matrix/matrix-nvptx-uint8-test.cpp
Test log can be found here: https://github.com/intel/llvm/runs/5035322838?check_suite_focus=true.
These tests have been added in 5373362