Skip to content

Commit 9e24cc6

Browse files
authoredOct 12, 2023
docs : fix typo GOMP_CPU_AFFINITY (#3597)
1 parent d28e572 commit 9e24cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/BLIS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ According to the BLIS documentation, we could set the following
4949
environment variables to modify the behavior of openmp:
5050

5151
```bash
52-
export GOMP_GPU_AFFINITY="0-19"
52+
export GOMP_CPU_AFFINITY="0-19"
5353
export BLIS_NUM_THREADS=14
5454
```
5555

0 commit comments

Comments
 (0)
Please sign in to comment.