docs : mark code as Bash

This commit is contained in:
Kevin Ji 2023-09-27 22:42:28 -07:00 committed by GitHub
parent e519621010
commit cb227c2975
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 According to the BLIS documentation, we could set the following
environment variables to modify the behavior of openmp: environment variables to modify the behavior of openmp:
``` ```bash
export GOMP_GPU_AFFINITY="0-19" export GOMP_GPU_AFFINITY="0-19"
export BLIS_NUM_THREADS=14 export BLIS_NUM_THREADS=14
``` ```