sycl: Fix and disable more configurations of mul_mat #15151
+23
−7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follow up of PR #15092
The previous PR missed to fix some configurations.
This PR fixes one case with oneDNN but disabled another one (
type_a=f16,type_b=f32,m=1056,n=1,k=129,bs=[8,3],nr=[4,1],per=[0,2,1,3],v=0
). It should be possible to support it with the current oneDNN logic here but I'm not able to find a solution in a timely manner. I don't expect I will be able to work on it myself so feel free to continue this fix.This should be enough to make the SYCL CI green again. The PR also fixes some compilation warnings.