Rostislav

Results 2 issues of Rostislav

It's a bad practice to inject using namespace into header files like in `sycl_base.hpp`: ``` using namespace std; using namespace cl::sycl; using namespace cl::sycl::access; ``` I'll submit a PR fixing...

Hi, > unseq and par_unseq policies only have effect with compilers that support #pragma omp simd or #pragma simd. Execution of algorithm with `par_unseq` policy should have effect from parallel...