This commits adds an implementation using the C++ parallel STL. The Makefile uses the NVIDIA HPC SDK `nvc++` compiler with the `-stdpar` flag. Tested using the NVIDIA HPC SDK 20.9.
24 lines
180 B
Plaintext
24 lines
180 B
Plaintext
|
|
cuda-stream
|
|
ocl-stream
|
|
omp-stream
|
|
acc-stream
|
|
raja-stream
|
|
kokkos-stream
|
|
std-stream
|
|
sycl-stream
|
|
hip-stream
|
|
|
|
*.o
|
|
*.bc
|
|
*.sycl
|
|
*.tar
|
|
*.gz
|
|
*.a
|
|
|
|
KokkosCore_config.*
|
|
|
|
.DS_Store
|
|
|
|
Makefile
|