Results 11 comments of LU-JOHN

Reproduced issue with: ``` #include using namespace sycl; class Test; void do_test() { queue q; bool arg=false; uint8_t *Output = (uint8_t *)malloc_shared(sizeof(uint8_t), q.get_device(), q.get_context()); q.submit([=](handler &cgh) { cgh.single_task([=]() { if...