Skip to content

Commit

Permalink
[SYCLomatic][NFC] Fix incorrect migration status filling for ASM fence
Browse files Browse the repository at this point in the history
Signed-off-by: chenwei.sun <chenwei.sun@intel.com>
  • Loading branch information
tomflinda committed Jan 17, 2025
1 parent be925b2 commit 6c2b9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/lib/DPCT/SrcAPI/APINames_ASM.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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")
Expand Down

0 comments on commit 6c2b9bc

Please sign in to comment.