Skip to content

Commit 784fa35

Browse files
kbobrovsbb-sycl
authored andcommitted
[ESIMD] Add ABR mask case to esimd_rgba_smoke (commented out due to a bug). (intel#837)
Signed-off-by: Konstantin S Bobrovsky <[email protected]>
1 parent 02bb013 commit 784fa35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SYCL/ESIMD/api/esimd_rgba_smoke.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,16 @@ int main(void) {
239239
passed &= test<rgba_channel_mask::A>(q);
240240
passed &= test<rgba_channel_mask::R>(q);
241241
passed &= test<rgba_channel_mask::B>(q);
242+
<<<<<<< HEAD
242243
<<<<<<< HEAD
243244
// TODO disabled due to a compiler bug:
244245
//passed &= test<rgba_channel_mask::ABR>(q);
245246
=======
246247
>>>>>>> 5ed4bac7d ([ESIMD] Add gather/scatter_rgba smoke test, can be used as an example. (#835))
248+
=======
249+
// TODO disabled due to a compiler bug:
250+
//passed &= test<rgba_channel_mask::ABR>(q);
251+
>>>>>>> 95a81eac8 ([ESIMD] Add ABR mask case to esimd_rgba_smoke (commented out due to a bug). (#837))
247252

248253
std::cout << (passed ? "Test passed\n" : "Test FAILED\n");
249254
return passed ? 0 : 1;

0 commit comments

Comments
 (0)