-
Notifications
You must be signed in to change notification settings - Fork 130
Conversation
for (int j = 0; j < sizeof(gmask_gid3); ++j) | ||
my_acc[my_idx++] = gmask3_ptr[j]; | ||
my_acc[my_idx++] = 0x42; |
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.
Good here.
for (int j = 0; j < 6; ++j) | ||
my_acc[my_idx++] = mr[j]; | ||
my_acc[my_idx++] = 0x42; |
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.
Bad here.
|
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.