-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable scaled_dot
tests for client platform
#3234
Comments
The reason why
|
Surprising if that is the case. For lowering |
A770 and MTL do not have DPAS (A770 only supports 8 threads per warp, MTL does not have the hardware support at all). |
@LiyangLingIntel Can you please look into the xe2 |
I tried to reproduce the @anmyachev can you help confirm this? |
This CI doesn't use Xe2 skiplist and runs on PVC, right? To check, you need to run CI on LNL (also uses this skiplist) or on BMG, this can be done in the internal repository. On the other hand, if you manually checked that the tests are working, then it is quite possible that there could be some instability in the runner.
DPAS is about performance, right? Why isn't it expected that these tests will at least work correctly on these devices? |
Not exactly, the most of our features are enabled on DPAS. If not going to the DPAS path, we have to go to the FMA Dot which only support the basic dot, and this should be same to NV and AMD. |
I see |
@anmyachev can you help confirm this? These tests are still falling in CI. |
At the moment they are skipped in:
@whitneywhtsang what device properties should we look at first? Could you please advise?
The text was updated successfully, but these errors were encountered: