Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nvSHMEM] Added support for 20 nvSHMEM API migration #2626

Open
wants to merge 1 commit into
base: SYCLomatic
Choose a base branch
from

Conversation

TejaX-Alaghari
Copy link
Contributor

@TejaX-Alaghari TejaX-Alaghari commented Jan 18, 2025

This PR adds migration support for below:

APIs:

Library setup, Exit & Query

  • nvshmem_init
  • nvshmemx_init_attr
  • nvshmem_my_pe
  • nvshmem_n_pes
  • nvshmem_finalize
  • nvshmem_ptr
  • nvshmem_info_get_version
  • nvshmem_info_get_name

Memory management

  • nvshmem_malloc
  • nvshmem_free
  • nvshmem_align
  • nvshmem_calloc

Team management

  • nvshmem_team_my_pe
  • nvshmem_team_n_pes
  • nvshmem_team_get_config
  • nvshmem_team_translate_pe
  • nvshmem_team_split_strided
  • nvshmem_team_split_2d
  • nvshmem_team_destroy

Types:

  • nvshmem_team_t
  • nvshmem_team_config_t
  • nvshmemx_uniqueid_t
  • nvshmemx_uniqueid_args_t
  • nvshmemx_init_args_t
  • nvshmemx_init_attr_t

Enums:

  • NVSHMEM_TEAM_WORLD
  • NVSHMEM_TEAM_INVALID
  • NVSHMEM_TEAM_SHARED
  • NVSHMEMX_INIT_WITH_MPI_COMM
  • NVSHMEMX_INIT_WITH_SHMEM

@TejaX-Alaghari TejaX-Alaghari requested a review from a team as a code owner January 18, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant