File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -239,11 +239,16 @@ int main(void) {
239
239
passed &= test<rgba_channel_mask::A>(q);
240
240
passed &= test<rgba_channel_mask::R>(q);
241
241
passed &= test<rgba_channel_mask::B>(q);
242
+ <<<<<<< HEAD
242
243
<<<<<<< HEAD
243
244
// TODO disabled due to a compiler bug:
244
245
// passed &= test<rgba_channel_mask::ABR>(q);
245
246
=======
246
247
>>>>>>> 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 ))
247
252
248
253
std::cout << (passed ? " Test passed\n " : " Test FAILED\n " );
249
254
return passed ? 0 : 1 ;
You can’t perform that action at this time.
0 commit comments