File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -989,7 +989,7 @@ specified address in global or local memory address space into the
989
989
specified cache level (L1 or L2). If the '``.tensormap ``' qualifier is specified then the
990
990
prefetch instruction brings the cache line containing the specified address in the
991
991
'``.const ``' or '``.param memory ``' state space for subsequent use by the '``cp.async.bulk.tensor ``'
992
- instruction.The '`prefetchu.*``' instruction brings the cache line
992
+ instruction. The '`prefetchu.*``' instruction brings the cache line
993
993
containing the specified generic address into the specified uniform cache level.
994
994
If no address space is specified, it is assumed to be generic address. The intrinsic
995
995
uses and eviction priority which can be accessed by the '``.level::eviction_priority ``' modifier.
Original file line number Diff line number Diff line change @@ -760,11 +760,11 @@ def PREFETCH_GLOBAL_L1 : PREFETCH_INTRS<"prefetch.global.L1">;
760
760
def PREFETCH_LOCAL_L1 : PREFETCH_INTRS<"prefetch.local.L1">;
761
761
def PREFETCH_GLOBAL_L2 : PREFETCH_INTRS<"prefetch.global.L2">;
762
762
def PREFETCH_LOCAL_L2 : PREFETCH_INTRS<"prefetch.local.L2">;
763
- def PREFETCH_CONST_TENSORMAP : PREFETCH_INTRS<"prefetch.const.tensormap">;
764
- def PREFETCH_GENERIC_TENSORMAP : BasicNVPTXInst<(outs), (ins ADDR:$addr),
765
- "prefetch.tensormap",
766
- [(int_nvvm_prefetch_generic_tensormap addr:$addr)]>,
767
- Requires<[hasPTX<80>, hasSM<90>]>;
763
+ def PREFETCH_CONST_TENSORMAP : PREFETCH_INTRS<"prefetch.const.tensormap">;
764
+ def PREFETCH_GENERIC_TENSORMAP : BasicNVPTXInst<(outs), (ins ADDR:$addr),
765
+ "prefetch.tensormap",
766
+ [(int_nvvm_prefetch_generic_tensormap addr:$addr)]>,
767
+ Requires<[hasPTX<80>, hasSM<90>]>;
768
768
769
769
def PREFETCH_GLOBAL_L2_EVICT_NORMAL : BasicNVPTXInst<(outs), (ins ADDR:$addr),
770
770
"prefetch.global.L2::evict_normal",
You can’t perform that action at this time.
0 commit comments