Skip to content

Instantly share code, notes, and snippets.

@mratsim
Created January 29, 2017 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mratsim/59a592d7473833b5870a97d1a217a89e to your computer and use it in GitHub Desktop.
Save mratsim/59a592d7473833b5870a97d1a217a89e to your computer and use it in GitHub Desktop.
Theano config with the fast Winograd kernel
[global]
floatX = float32
device = gpu
config.openmp = True
OMP_NUM_THREADS=8
config.dnn.conv.algo_fwd='winograd'
config.dnn.conv.algo_bwd_data='winograd'
config.gcc.cxxflags="-march=native"
[lib]
cnmem = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment