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 6580c05d1c
commit 478aeb62b9

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
```