Skip to content

Commit 4c6261d

Browse files
authored
[SYCLomatic][DOC][NFC] Update API migration status for May 2025 (#2840)
Signed-off-by: chenwei.sun <chenwei.sun@intel.com>
1 parent 6026ae0 commit 4c6261d

File tree

3 files changed

+2125
-1
lines changed

3 files changed

+2125
-1
lines changed

clang/tools/dpct/generate_api_migration_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def do_update(args):
173173
warnings.warn("output path is not exist")
174174
return False
175175
lib_names = ['Runtime_and_Driver', 'CUB', 'cuBLAS', 'cuDNN', 'cuFFT', 'nvGRAPH', 'ASM',
176-
'cuRAND', 'cuSOLVER', 'cuSPARSE', 'NCCL', 'nvJPEG', 'NVML', 'thrust', 'wmma']
176+
'cuRAND', 'cuSOLVER', 'cuSPARSE', 'NCCL', 'nvJPEG', 'NVML', 'thrust', 'wmma', 'nvSHMEM']
177177
# lib file name = APINames_$(libname).inc
178178
for lib_name in lib_names:
179179
if lib_name == 'Runtime_and_Driver':

docs/dev_guide/api-mapping-status/NCCL_API_migration_status.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ ncclRedOpCreatePreMulSum,NO,
3030
ncclRedOpDestroy,NO,
3131
ncclBcast,YES,
3232
ncclGetErrorString,YES,:ref:`DPCT1009`
33+
ncclCommInitRankConfig,NO,
34+
ncclCommInitRankScalable,NO,

0 commit comments

Comments
 (0)