docs : mark code as Bash (#3375)

This commit is contained in:
Kevin Ji 2023-09-28 09:11:32 -04:00 committed by GitHub
parent 4aea3b846e
commit 45855b3f1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ make -j
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 BLIS_NUM_THREADS=14
```