Address issues found in sanity checks.

This commit is contained in:
Wen-Heng (Jack) Chung 2019-08-14 13:19:36 -05:00
parent ed10b37213
commit 3edd97fa35

View File

@ -1147,10 +1147,9 @@ cc_library(
"amdgpu_compiler.cc",
],
hdrs = [
"amdgpu_compiler.h"
"amdgpu_compiler.h",
],
deps = [
":gpu_compiler_impl",
"//tensorflow/core/platform:rocm_rocdl_path",
],
)