Address issues found in sanity checks.
This commit is contained in:
parent
ed10b37213
commit
3edd97fa35
@ -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",
|
||||
],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user