瀏覽代碼

docs : mark code as Bash (#3375)

Kevin Ji 2 年之前
父節點
當前提交
45855b3f1c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/BLIS.md

+ 1 - 1
docs/BLIS.md

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