Skip to content

Commit

Permalink
[SYCLomatic][NFC] Fix incorrect migration status info for ASM fence (#…
Browse files Browse the repository at this point in the history
…2620)

Signed-off-by: chenwei.sun <chenwei.sun@intel.com>
  • Loading branch information
tomflinda authored Jan 20, 2025
1 parent 2d33dba commit 685602a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dp4a,YES,
elect,NO,
ex2,YES,
exit,NO,
fence,NO,
fence,YES,
fma,YES, Partial
fns,NO,
getctarank,NO,
Expand Down

0 comments on commit 685602a

Please sign in to comment.