Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
chang-l committed Mar 2, 2024
1 parent cecd3ff commit 12dd534
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ wholememory_error_code_t nvshmem_scatter_integer_int64_func(
embedding_entry_count_per_rank,
p_env_fns,
stream,
scatter_sms;
scatter_sms);
} catch (const wholememory::cuda_error& wle) {
WHOLEMEMORY_ERROR("scatter CUDA LOGIC Error %s\n", wle.what());
return WHOLEMEMORY_LOGIC_ERROR;
Expand Down

0 comments on commit 12dd534

Please sign in to comment.