From 7715c0843b874d34761a60a63252ced816c76b34 Mon Sep 17 00:00:00 2001 From: Kaan Olgu Date: Fri, 16 Jun 2023 22:20:26 +0000 Subject: [PATCH] STD Instructions for Spack --- docs/spack_instructions.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/spack_instructions.md b/docs/spack_instructions.md index 759f276..bbcdc4c 100644 --- a/docs/spack_instructions.md +++ b/docs/spack_instructions.md @@ -42,7 +42,6 @@ ## 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. @@ -63,4 +62,20 @@ # Example 4: POCL backend $ 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 + ``` \ No newline at end of file