summaryrefslogtreecommitdiff
path: root/theano
diff options
context:
space:
mode:
Diffstat (limited to 'theano')
-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
+