Enabled the generation of big kernels by libxsmm (#8929)
This commit is contained in:
parent
c06042dfee
commit
7c0e6afcca
4
third_party/libxsmm.BUILD
vendored
4
third_party/libxsmm.BUILD
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user