Skip to content

Commit

Permalink
Fix fp16 atomics intrinsics for hlsl. (#3553)
Browse files Browse the repository at this point in the history
  • Loading branch information
csyonghe authored Feb 6, 2024
1 parent b301c93 commit 6365e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/slang/hlsl.meta.slang
Original file line number Diff line number Diff line change
Expand Up @@ -2564,7 +2564,7 @@ ${{{{
__target_switch
{
case hlsl:
__intrinsic_asm "NvInterlockedAddFp16x2($0, $1, $2))";
__intrinsic_asm "NvInterlockedAddFp16x2($0, $1, $2)";
}
}

Expand Down

0 comments on commit 6365e00

Please sign in to comment.