Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joelberkeley committed Jan 12, 2025
1 parent c0b9631 commit 5d8d420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spidr/backend/src/xla/pjrt/c/pjrt_c_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extern "C" {
return api->PJRT_Error_GetCode(args);
}

PJRT_Plugin_Initialize_Args* PJRT_Plugin_Initialize_Args_new {
PJRT_Plugin_Initialize_Args* PJRT_Plugin_Initialize_Args_new() {
return new PJRT_Plugin_Initialize_Args{
.struct_size = PJRT_Plugin_Initialize_Args_STRUCT_SIZE,
.extension_start = nullptr,
Expand Down

0 comments on commit 5d8d420

Please sign in to comment.