lrpablo

Results 2 comments of lrpablo

Yes, it also fails with version 2024.2. And yes, it's related to issue #478, as the goal is to remove the attempt to compile with `-fsycl`, but in doing so,...

Hi, To achieve a better match with as few changes to the code as possible, I think this can be a good solution: ```cpp cgh.parallel_for( ndRange, [=](sycl::id idx) { auto...