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

@ -1133,7 +1133,7 @@ cc_library(
cc_library(
name = "amdgpu_compiler",
srcs = [
"amdgpu_compiler_registration.cc",
"amdgpu_compiler_registration.cc",
],
deps = [
":amdgpu_compiler_impl",
@ -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",
],
)