summaryrefslogtreecommitdiff
path: root/theano/.theanorc
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-02-12 14:51:09 +0100
committerPatrick Simianer <p@simianer.de>2016-02-12 14:51:09 +0100
commit39f029945ca1578c91b43b3deb5ddd076e5a7598 (patch)
tree177a8aad56fa0dd4b811c174eaea15df129d1e72 /theano/.theanorc
parent098ff5a14faf9542a62bfb07d50c06e689525137 (diff)
using gnu stow for dotfiles now
Diffstat (limited to 'theano/.theanorc')
-rw-r--r--theano/.theanorc9
1 files changed, 9 insertions, 0 deletions
diff --git a/theano/.theanorc b/theano/.theanorc
new file mode 100644
index 0000000..804d835
--- /dev/null
+++ b/theano/.theanorc
@@ -0,0 +1,9 @@
+[global]
+floatX=float32
+on_unused_input=warn
+device=cpu
+openmp=True
+
+[blas]
+ldflags = -L/fast_scratch/simianer/nmt/OpenBLAS -lopenblas
+