Address issues found in sanity checks.
This commit is contained in:
parent
ed10b37213
commit
3edd97fa35
@ -1133,7 +1133,7 @@ cc_library(
|
|||||||
cc_library(
|
cc_library(
|
||||||
name = "amdgpu_compiler",
|
name = "amdgpu_compiler",
|
||||||
srcs = [
|
srcs = [
|
||||||
"amdgpu_compiler_registration.cc",
|
"amdgpu_compiler_registration.cc",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":amdgpu_compiler_impl",
|
":amdgpu_compiler_impl",
|
||||||
@ -1147,10 +1147,9 @@ cc_library(
|
|||||||
"amdgpu_compiler.cc",
|
"amdgpu_compiler.cc",
|
||||||
],
|
],
|
||||||
hdrs = [
|
hdrs = [
|
||||||
"amdgpu_compiler.h"
|
"amdgpu_compiler.h",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":gpu_compiler_impl",
|
|
||||||
"//tensorflow/core/platform:rocm_rocdl_path",
|
"//tensorflow/core/platform:rocm_rocdl_path",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user