Skip to content

Commit

Permalink
[Bugfix] Fix to compile when NVSHMEM is ON (#142)
Browse files Browse the repository at this point in the history
I am not sure if it is still possible to get this PR picked in 24.02. But it could not compile with the cmd `bash build.sh libwholegraph pylibwholegraph -v --allgpuarch --enable-nvshmem` on 24.02 release branch.

Authors:
  - Chang Liu (https://github.com/chang-l)
  - Brad Rees (https://github.com/BradReesWork)

Approvers:
  - Chuang Zhu (https://github.com/chuangz0)
  - Brad Rees (https://github.com/BradReesWork)

URL: #142
  • Loading branch information
chang-l authored Mar 5, 2024
1 parent 23b69d0 commit daafc76
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 daafc76

Please sign in to comment.