Skip to content

Commit 6392c48

Browse files
authored
[SYCLomatic] Check 2 more nccl APIs. (#2836)
Signed-off-by: Chen, Sheng S <sheng.s.chen@intel.com>
1 parent 52d3006 commit 6392c48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/lib/DPCT/SrcAPI/APINames_NCCL.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ ENTRY(ncclRedOpCreatePreMulSum, ncclRedOpCreatePreMulSum, false, NO_FLAG, P4, "c
6565
ENTRY(ncclRedOpDestroy, ncclRedOpDestroy, false, NO_FLAG, P4, "comment")
6666
ENTRY(ncclBcast, ncclBcast, true, NO_FLAG, P4, "comment")
6767
ENTRY(ncclGetErrorString, ncclGetErrorString, true, NO_FLAG, P4, "DPCT1009")
68+
69+
ENTRY(ncclCommInitRankConfig, ncclCommInitRankConfig, false, NO_FLAG, P4, "comment")
70+
ENTRY(ncclCommInitRankScalable, ncclCommInitRankScalable, false, NO_FLAG, P4, "comment")

0 commit comments

Comments
 (0)