Skip to content

Commit a02691c

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 3543e70 commit a02691c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SYCL/ESIMD/api/esimd_rgba_smoke.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ int main(void) {
213213
passed &= test<rgba_channel_mask::A>(q);
214214
passed &= test<rgba_channel_mask::R>(q);
215215
passed &= test<rgba_channel_mask::B>(q);
216+
// TODO disabled due to a compiler bug:
217+
//passed &= test<rgba_channel_mask::ABR>(q);
216218

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

0 commit comments

Comments
 (0)