Add replay_computation target for mlir_gpu backend.
PiperOrigin-RevId: 283500767 Change-Id: I2839e5e698427a9df1997aed2e57d5b865bfb7e6
This commit is contained in:
parent
12bacab7bb
commit
8fad723f04
@ -95,6 +95,14 @@ tf_cc_binary(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
tf_cc_binary(
|
||||||
|
name = "replay_computation_mlir_gpu",
|
||||||
|
deps = [
|
||||||
|
":replay_computation_library",
|
||||||
|
"//tensorflow/compiler/xla/service:mlir_gpu_plugin",
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
tf_cc_binary(
|
tf_cc_binary(
|
||||||
name = "replay_computation_interpreter",
|
name = "replay_computation_interpreter",
|
||||||
deps = [
|
deps = [
|
||||||
|
Loading…
Reference in New Issue
Block a user