summarylogtreecommitdiffstats
path: root/blis_profile.sh
diff options
context:
space:
mode:
authorhaawda2018-07-02 20:20:21 +0200
committerhaawda2018-07-02 20:20:21 +0200
commit2b04bcc1460ffd31f934ebe0646a0e5618fc76dd (patch)
tree903fd1b339171eae42bbd4b15a6ae6a14260cfd5 /blis_profile.sh
parent2a347f9409210d94d394bfbdb23e32f533efb910 (diff)
downloadaur-2b04bcc1460ffd31f934ebe0646a0e5618fc76dd.tar.gz
separate profile script
Diffstat (limited to 'blis_profile.sh')
-rw-r--r--blis_profile.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/blis_profile.sh b/blis_profile.sh
new file mode 100644
index 000000000000..66320296204d
--- /dev/null
+++ b/blis_profile.sh
@@ -0,0 +1,7 @@
+# Set blis loop threading environment variables
+# Please customize for your hardware and application
+
+export BLIS_IR_NT=1
+export BLIS_JR_NT=1
+export BLIS_IC_NT=1
+export BLIS_JC_NT=1