review changes.
This commit is contained in:
parent
3dcace488c
commit
8a25406f8a
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue