In Sycl,if I want to pass a sycl::vec<double 3>
to another function, is it better to pass it by value or by const reference?
How can I see the output of the target code? Is there something like compiler explorer for sycl cuda? (I'm using the Intell Clang / DPC++ compiler)