Skip to content

Commit 80013c4

Browse files
authored
Actually use c api (#1526)
1 parent 031e5b9 commit 80013c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/ReactantExtra/API.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ extern "C" ifrt::Client *ifrt_pjrt_make_client(
16691669
extern "C" ifrt::Client *ifrt_pjrt_make_client_with_default_kv_store(
16701670
PjRtClient *pjrt_client, int node_id, int num_nodes,
16711671
void *distributed_runtime_client, const char **error,
1672-
std::string key_prefix) {
1672+
const char* key_prefix) {
16731673
std::optional<std::shared_ptr<KeyValueStoreInterface>> kv_store;
16741674
return ifrt_pjrt_make_client(pjrt_client, node_id, num_nodes,
16751675
distributed_runtime_client, error, key_prefix,

0 commit comments

Comments
 (0)