review changes.

This commit is contained in:
Srinivasan Narayanamoorthy 2020-05-13 14:58:02 -07:00
parent 3dcace488c
commit 8a25406f8a
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ cc_library(
"src/cpu/**/*.cpp", "src/cpu/**/*.cpp",
"src/cpu/**/*.hpp", "src/cpu/**/*.hpp",
"src/cpu/xbyak/*.h", "src/cpu/xbyak/*.h",
]) + [":dnnl_config_h"] ]) + [":dnnl_config_h",
+ [":dnnl_version_h"], ":dnnl_version_h"],
hdrs = glob(["include/*"]), hdrs = glob(["include/*"]),
copts = [ copts = [
"-fexceptions", "-fexceptions",