kokkos-tutorials icon indicating copy to clipboard operation
kokkos-tutorials copied to clipboard

Update simd warp example

Open pkestene opened this issue 2 years ago • 0 comments

A tentative fix for this example.

the type simd::simd<double,simd::simd_abi::cuda_warp<32>>, used in the old example, disappeared, so replaced by simd_t = Kokkos::Experimental::native_simd<double> which width/ simd size is 1 when exec space is Cuda (scalar type).

pkestene avatar Dec 05 '23 23:12 pkestene