GOMP_CPU_AFFINITY is correct

This commit is contained in:
maekawatoshiki 2023-10-12 22:15:36 +09:00
parent d28e572c02
commit e46a139859
No known key found for this signature in database
GPG key ID: 60C1B38C916CAA07

View file

@ -49,7 +49,7 @@ According to the BLIS documentation, we could set the following
environment variables to modify the behavior of openmp:
```bash
export GOMP_GPU_AFFINITY="0-19"
export GOMP_CPU_AFFINITY="0-19"
export BLIS_NUM_THREADS=14
```