STD Instructions for Spack

This commit is contained in:
Kaan Olgu 2023-06-16 22:20:26 +00:00
parent 22e9339a6e
commit 7715c0843b

View File

@ -42,7 +42,6 @@
## OpenCL ## OpenCL
* There are 4 different backend options for OpenCL : AMD,CUDA,INTEL, POCL
* No need to specify `amdgpu_target` or `cuda_arch` here since we are using AMD and CUDA as backend respectively. * No need to specify `amdgpu_target` or `cuda_arch` here since we are using AMD and CUDA as backend respectively.
@ -64,3 +63,19 @@
# Example 4: POCL backend # Example 4: POCL backend
$ spack install babelstream%gcc +ocl backend=pocl $ spack install babelstream%gcc +ocl backend=pocl
``` ```
## STD
* Minimum GCC version requirement `10.1.0`
* NVHPC Offload will be added in the future release
```shell
# Example 1: data
$ spack install babelstream +stddata
# Example 2: ranges
$ spack install babelstream +stdranges
# Example 3: indices
$ spack install babelstream +stdindices
```