From 639b4e71f532761a4840b1cdbaea55ad0917c75b Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Wed, 8 Feb 2017 09:25:09 -0800 Subject: Merge changes from github. Change: 146918929 --- third_party/libxsmm.BUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'third_party/libxsmm.BUILD') diff --git a/third_party/libxsmm.BUILD b/third_party/libxsmm.BUILD index a85a2013b6..037009c072 100644 --- a/third_party/libxsmm.BUILD +++ b/third_party/libxsmm.BUILD @@ -11,18 +11,18 @@ exports_files(["LICENSE"]) libxsmm_interface_arguments = "0 1" # Arguments to ./scripts/libxsmm_config.py, see that file for detailed description. -# ilp64: no -# big: no -# offload: no +# ilp64: 0 (no) +# big: 0 (no) +# offload: 0 (no) # alignment [b] -# prefetch: 1 (auto) -# threshold: fallback to BLAS if n*m*k above this +# prefetch: -1 (auto) +# threshold: 0 (auto) # synchronize: yes -# jit: yes -# flags +# jit: 1 (yes) +# flags: 0 (none) # alpha = 1 # beta = 1 -libxsmm_config_arguments = "0 0 0 64 1 0 1 1 0 1 1" +libxsmm_config_arguments = "0 0 0 64 -1 0 1 1 0 1 1" # Arguments to ./scripts/libxsmm_dispatch.py, see that file for detailed description. # (dummy argument) -- cgit v1.2.3