From acf70526c88a20209df323bc471c8c7972d39c9f Mon Sep 17 00:00:00 2001 From: Kaan Olgu Date: Fri, 16 Jun 2023 21:24:06 +0000 Subject: [PATCH] OpenMP style update --- docs/spack_instructions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/spack_instructions.md b/docs/spack_instructions.md index b6187b3..e1b0e96 100644 --- a/docs/spack_instructions.md +++ b/docs/spack_instructions.md @@ -22,10 +22,10 @@ * If a user provides a value for `amdgpu_target`, the operation will be offloaded to AMD. * In the absence of `cuda_arch` and `amdgpu_target`, the execution will be offloaded to Intel. -| Flag | Definition | Options | -|-----------| ----------------------------------|-----------| -| cuda_arch | List of supported compute capabilities are provided [here](https://github.com/spack/spack/blob/0f271883831bec6da3fc64c92eb1805c39a9f09a/lib/spack/spack/build_systems/cuda.py#LL19C1-L47C6)
Useful [link](https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/) for matching CUDA gencodes with NVIDIA architectures| `cuda_arch=70` | -|amdgpu_target| List of supported architectures are provided [here](https://github.com/spack/spack/blob/0f271883831bec6da3fc64c92eb1805c39a9f09a/lib/spack/spack/build_systems/rocm.py#LL93C1-L125C19) | 'amdgpu_target=gfx701` | +| Flag | Definition | +|-----------| ----------------------------------| +| cuda_arch |- List of supported compute capabilities are provided [here](https://github.com/spack/spack/blob/0f271883831bec6da3fc64c92eb1805c39a9f09a/lib/spack/spack/build_systems/cuda.py#LL19C1-L47C6)
- Useful [link](https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/) for matching CUDA gencodes with NVIDIA architectures| +|amdgpu_target| List of supported architectures are provided [here](https://github.com/spack/spack/blob/0f271883831bec6da3fc64c92eb1805c39a9f09a/lib/spack/spack/build_systems/rocm.py#LL93C1-L125C19) | Example Commandss ```shell