Skip to content

Commit

Permalink
fix mbarrier invalidate (NVIDIA#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
KTong821 authored Jul 10, 2024
1 parent 843adf0 commit 52fb43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cutlass/arch/barrier.h
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ struct ClusterBarrier {
uint32_t smem_addr = cute::cast_smem_ptr_to_uint(smem_ptr);
asm volatile(
"{\n\t"
"mbarrier.ival.shared::cta.b64 [%0]; \n\t"
"mbarrier.inval.shared::cta.b64 [%0]; \n\t"
"}"
:
: "r"(smem_addr));
Expand Down

0 comments on commit 52fb43f

Please sign in to comment.