Conversation
| for (int j = 0; j < sizeof(gmask_gid3); ++j) | ||
| my_acc[my_idx++] = gmask3_ptr[j]; | ||
| my_acc[my_idx++] = 0x42; |
| for (int j = 0; j < 6; ++j) | ||
| my_acc[my_idx++] = mr[j]; | ||
| my_acc[my_idx++] = 0x42; |
|
|
This revision results: {noformat} Good |
Also place inside AOT to be run sooner.
The failure went away from pre-commit CI (see experiments in intel#1499 and intel#1507) after GPU driver update on CI systems.
[SYCL][Matrix] cherry pick fix query test and bfloat16 namespace
The failure went away from pre-commit CI (see experiments in intel#1499 and intel#1507) after GPU driver update on CI systems.
No description provided.