-
Notifications
You must be signed in to change notification settings - Fork 130
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@vladimirlaz, I still see a lot of failed tests in pre-commit. |
I am currently looking into the failures. |
SYCL :: Matrix/joint_matrix_tensorcore_double.cpp - this one impacts a lot of other PRs, so we need to do something about it ASAP. Timed Out Tests (1): SYCL :: ESIMD/api/simd_view_copy_move_assign.cpp - I think I've seen another PR with ESIMD test killed by timeout. @intel/dpcpp-esimd-reviewers, please, take a look. SYCL :: Basic/free_function_queries/free_function_queries.cpp - compilation error - this is something new, which you should be able to investigate yourself. include\sycl\CL/sycl/id.hpp(367,44): error: no template named 'declptr' in namespace 'sycl::ext::oneapi::experimental::detail'; did you mean '::sycl::detail::declptr'? |
It looks like SYCL :: Basic/free_function_queries/free_function_queries.cpp and SYCL :: Matrix/joint_matrix_tensorcore_double.cpp are caused by intel/llvm#5169. |
The same tests have passed on Linux which is weird. It looks like the nightly compiler build for windows is not available/delayed. |
@vladimirlaz the fix doesn't work - https://github.com/intel/llvm/runs/4615454713?check_suite_focus=true#step:5:1810. |
SYCL :: Matrix/joint_matrix_tensorcore_double.cpp fails on Linux/CUDA and it looks like we need to update the test. intel/llvm#5169 moved some functions to a different namespace. |
Or maybe intel/llvm#5169 exposed a bug in matrix API implementation. |
Hi all, I've spent some time to look at the failure for
So, we have any mix for namespaces in the https://github.com/intel/llvm/blob/sycl/sycl/include/sycl/ext/oneapi/matrix/matrix-tensorcore.hpp file. In my opinion, it's accidentally worked without errors previously. |
Apologies for introducing this bug, and thanks for the comment. It is addressed here: intel/llvm#5217 |
@JackAKirk, never mind:) |
No description provided.