File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ cc_binary(
27
27
"@xla//xla:status",
28
28
"@xla//xla:statusor",
29
29
"@xla//xla/pjrt:pjrt_client",
30
- "@xla//xla/pjrt:tfrt_cpu_pjrt_client ",
30
+ "@xla//xla/pjrt/cpu:cpu_client ",
31
31
"@xla//xla/service:hlo_proto_cc",
32
32
"@xla//xla/tools:hlo_module_loader",
33
33
"@tsl//tsl/platform:logging",
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ limitations under the License.
27
27
//
28
28
// To load and run the HloModule,
29
29
//
30
- // $ bazel build examples/jax_cpp:main --experimental_repo_remote_exec --check_visibility=false
31
- // $ bazel-bin/examples/jax_cpp/main
32
- // 2021-01-12 15:35:28.316880: I examples/jax_cpp/main.cc:65] result = (
33
- // f32[2,2] {
30
+ // $ bazel build examples/jax_cpp:main --experimental_repo_remote_exec \
31
+ // --check_visibility=false
32
+ // $ bazel-bin/ examples/jax_cpp/main 2021-01-12
33
+ // 15:35:28.316880: I examples/jax_cpp/main.cc:65] result = ( f32[2,2] {
34
34
// { 1.5, 1.5 },
35
35
// { 3.5, 3.5 }
36
36
// }
@@ -42,8 +42,8 @@ limitations under the License.
42
42
43
43
#include "xla/literal.h"
44
44
#include "xla/literal_util.h"
45
+ #include "xla/pjrt/cpu/cpu_client.h"
45
46
#include "xla/pjrt/pjrt_client.h"
46
- #include "xla/pjrt/tfrt_cpu_pjrt_client.h"
47
47
#include "xla/status.h"
48
48
#include "xla/statusor.h"
49
49
#include "xla/tools/hlo_module_loader.h"
You can’t perform that action at this time.
0 commit comments