diff options
author | Patrick Simianer <p@simianer.de> | 2016-02-12 14:51:09 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-02-12 14:51:09 +0100 |
commit | 39f029945ca1578c91b43b3deb5ddd076e5a7598 (patch) | |
tree | 177a8aad56fa0dd4b811c174eaea15df129d1e72 /theano | |
parent | 098ff5a14faf9542a62bfb07d50c06e689525137 (diff) |
using gnu stow for dotfiles now
Diffstat (limited to 'theano')
-rw-r--r-- | theano/.theanorc | 9 |
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 + |