From 685602a0cd0dcbdeb8f374aa129e8b54311edeb2 Mon Sep 17 00:00:00 2001 From: tomflinda Date: Mon, 20 Jan 2025 15:52:32 +0800 Subject: [PATCH] [SYCLomatic][NFC] Fix incorrect migration status info for ASM fence (#2620) Signed-off-by: chenwei.sun --- clang/lib/DPCT/SrcAPI/APINames_ASM.inc | 4 ++-- .../dev_guide/api-mapping-status/ASM_API_migration_status.csv | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/lib/DPCT/SrcAPI/APINames_ASM.inc b/clang/lib/DPCT/SrcAPI/APINames_ASM.inc index 64b28b41015b..6644fce292ff 100644 --- a/clang/lib/DPCT/SrcAPI/APINames_ASM.inc +++ b/clang/lib/DPCT/SrcAPI/APINames_ASM.inc @@ -67,7 +67,7 @@ ENTRY("dp4a", "dp4a", true, NO_FLAG, P1, "Successful") ENTRY("elect", "elect", false, NO_FLAG, P1, "Comment") ENTRY("ex2", "ex2", true, NO_FLAG, P1, "Successful") ENTRY("exit", "exit", false, NO_FLAG, P1, "Comment") -ENTRY("fence", "true", false, NO_FLAG, P1, "Only support thread fence on scope '.cta', '.gpu' and '.sys'") +ENTRY("fence", "fence", true, NO_FLAG, P1, "Partial") ENTRY("fma", "fma", true, NO_FLAG, P1, "Partial") ENTRY("fns", "fns", false, NO_FLAG, P1, "Comment") ENTRY("getctarank", "getctarank", false, NO_FLAG, P1, "Comment") @@ -86,7 +86,7 @@ ENTRY("mapa", "mapa", false, NO_FLAG, P1, "Comment") ENTRY("match", "match", false, NO_FLAG, P1, "Comment") ENTRY("max", "max", true, NO_FLAG, P1, "Successful") ENTRY("mbarrier", "mbarrier", false, NO_FLAG, P1, "Comment") -ENTRY("membar", "membar", true, NO_FLAG, P1, "only support level on .cta .gl and sys) +ENTRY("membar", "membar", true, NO_FLAG, P1, "Partial") ENTRY("min", "min", true, NO_FLAG, P1, "Successful") ENTRY("mma", "mma", false, NO_FLAG, P1, "Comment") ENTRY("mov", "mov", true, NO_FLAG, P1, "Successful") diff --git a/docs/dev_guide/api-mapping-status/ASM_API_migration_status.csv b/docs/dev_guide/api-mapping-status/ASM_API_migration_status.csv index e464768974e4..79768622f9de 100644 --- a/docs/dev_guide/api-mapping-status/ASM_API_migration_status.csv +++ b/docs/dev_guide/api-mapping-status/ASM_API_migration_status.csv @@ -33,7 +33,7 @@ dp4a,YES, elect,NO, ex2,YES, exit,NO, -fence,NO, +fence,YES, fma,YES, Partial fns,NO, getctarank,NO,