llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] Mark reducer copy constructors as delete

Open KornevNikita opened this issue 3 years ago • 0 comments

To avoid mistakes with passing a copy of 'reducer' argument reducer's copy constructors were marked as delete. Issue: https://github.com/intel/llvm/issues/6065

KornevNikita avatar Sep 16 '22 12:09 KornevNikita