Skip to content

Commit dd05b19

Browse files
authored
[SYCLomatic][NFC] Update API migration status doc (#2830)
Signed-off-by: chenwei.sun <chenwei.sun@intel.com>
1 parent c153e1e commit dd05b19

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

clang/lib/DPCT/SrcAPI/APINames_ASM.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ENTRY("max", "max", true, NO_FLAG, P1, "Successful")
8888
ENTRY("mbarrier", "mbarrier", false, NO_FLAG, P1, "Comment")
8989
ENTRY("membar", "membar", true, NO_FLAG, P1, "Partial")
9090
ENTRY("min", "min", true, NO_FLAG, P1, "Successful")
91-
ENTRY("mma", "mma", false, NO_FLAG, P1, "Comment")
91+
ENTRY("mma", "mma", true, NO_FLAG, P1, "Partial")
9292
ENTRY("mov", "mov", true, NO_FLAG, P1, "Successful")
9393
ENTRY("movmatrix", "movmatrix", false, NO_FLAG, P1, "Comment")
9494
ENTRY("mul", "mul", true, NO_FLAG, P1, "Partial")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ griddepcontrol,NO,
4141
isspacep,NO,
4242
istypep,NO,
4343
ld,YES, Partial
44-
ldmatrix,YES,Partial
44+
ldmatrix,YES,
4545
ldu,NO,
4646
lg2,YES,
4747
lop3,YES,

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ cudaGetDeviceFlags,NO,
2727
cudaGetDeviceProperties,YES,
2828
cudaGetDeviceProperties_v2,YES,
2929
cudaInitDevice,NO,
30-
cudaIpcCloseMemHandle,NO,
30+
cudaIpcCloseMemHandle,YES,:ref:`DPCT1119`
3131
cudaIpcGetEventHandle,NO,
32-
cudaIpcGetMemHandle,NO,
32+
cudaIpcGetMemHandle,YES,:ref:`DPCT1119`
3333
cudaIpcOpenEventHandle,NO,
34-
cudaIpcOpenMemHandle,NO,
34+
cudaIpcOpenMemHandle,YES,:ref:`DPCT1119`
3535
cudaSetDevice,YES,:ref:`DPCT1093`
3636
cudaSetDeviceFlags,YES,:ref:`DPCT1026` / :ref:`DPCT1027`
3737
cudaSetValidDevices,NO,

0 commit comments

Comments
 (0)