forked from OSchip/llvm-project
[NFC][llvm] Inclusive language: remove instance of master in IntrinsicsNVVM.td
[NFC] As part of using inclusive language within the llvm project, this patch replaces master with main in `IntrinsicsNVVM.td`. Reviewed By: steffenlarsen Differential Revision: https://reviews.llvm.org/D114193
This commit is contained in:
parent
ed86610c7b
commit
6774cc33f7
|
@ -312,7 +312,7 @@ class LDMATRIX_OPS<list<string> Geom, list<string> Frags, list<string> Types> {
|
|||
list<string> ops = !foreach(x, ret, x.gft);
|
||||
}
|
||||
|
||||
// Creates list of valid combinations of fragments. This is the master list that
|
||||
// Creates list of valid combinations of fragments. This is the main list that
|
||||
// drives generation of corresponding intrinsics and instructions.
|
||||
class NVVM_MMA_OPS {
|
||||
list<list<WMMA_REGS>> tf32_wmma_ops = MMA_OPS<
|
||||
|
|
Loading…
Reference in New Issue