Commit 929fd90
authored
[SYCL][E2E][TEST] Unplug sycl_device_globals on NVIDIA RTX 3090 (#21867)
Temporarily disable sycl_device_globals on NVIDIA RTX 3090
The test is expected to work on this device, but is currently
experiencing a high rate of intermittent failures
(#20408). To avoid blocking
contributors whose changes are unrelated to this issue, execution is
being turned off on RTX 3090 until the root cause is identified and
fixed.
Additionally, occurrences of "\n" in print statements have been replaced
with std::endl to ensure output is flushed immediately and remains
visible in test logs in the future.1 parent 0dce570 commit 929fd90
2 files changed
Lines changed: 24 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
83 | | - | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1014 | 1014 | | |
1015 | 1015 | | |
1016 | 1016 | | |
| 1017 | + | |
1017 | 1018 | | |
1018 | 1019 | | |
1019 | 1020 | | |
| |||
1055 | 1056 | | |
1056 | 1057 | | |
1057 | 1058 | | |
1058 | | - | |
1059 | | - | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
1060 | 1064 | | |
1061 | 1065 | | |
1062 | 1066 | | |
| |||
1124 | 1128 | | |
1125 | 1129 | | |
1126 | 1130 | | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
1127 | 1144 | | |
1128 | 1145 | | |
1129 | 1146 | | |
1130 | 1147 | | |
| 1148 | + | |
1131 | 1149 | | |
1132 | 1150 | | |
1133 | 1151 | | |
| |||
0 commit comments