From 152e667b8500c9ffc5b337b5fe42b5c7c7ba420b Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Mon, 3 Apr 2017 09:46:31 -0700 Subject: [PATCH] Enabled the generation of big kernels by libxsmm --- third_party/libxsmm.BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/libxsmm.BUILD b/third_party/libxsmm.BUILD index 32f48d9fd214ae..d61b7d02772b5e 100644 --- a/third_party/libxsmm.BUILD +++ b/third_party/libxsmm.BUILD @@ -12,7 +12,7 @@ libxsmm_interface_arguments = "0 1" # Arguments to ./scripts/libxsmm_config.py, see that file for detailed description. # ilp64: 0 (no) -# big: 0 (no) +# big: 1 (yes) # offload: 0 (no) # alignment [b] # prefetch: -1 (auto) @@ -22,7 +22,7 @@ libxsmm_interface_arguments = "0 1" # 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 1 0 64 -1 0 1 1 0 1 1" # Arguments to ./scripts/libxsmm_dispatch.py, see that file for detailed description. # (dummy argument)