Searched refs:blayout (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | NVVMDialect.cpp | 113 auto blayout = op->getAttrOfType<StringAttr>("blayout"); in verify() local 115 if (!(alayout && blayout) || in verify() 117 !(blayout.getValue() == "row" || blayout.getValue() == "col")) { in verify() 127 blayout.getValue() == "col") { in verify()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-nvptx-mma.py | 237 for op, alayout, blayout, satf in sorted(product( get_mma_ops(), 243 if not is_mma_variant_supported(op, alayout, blayout, satf): 263 "ilayout" : get_ilayout(alayout, blayout), 268 "blayout" : blayout,
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | wmma.py | 441 for op, alayout, blayout, satf in product( 447 if not is_mma_variant_supported(op, alayout, blayout, satf): 453 "blayout" : blayout,
|
/external/llvm-project/mlir/test/Dialect/LLVMIR/ |
D | nvvm.mlir | 67 …// CHECK: nvvm.mma.sync {{.*}} {alayout = "row", blayout = "col"} : (!llvm.vec<2 x half>, !llvm.ve… 68 …0, %a1, %b0, %b1, %c0, %c1, %c2, %c3, %c4, %c5, %c6, %c7 {alayout="row", blayout="col"} : (!llvm.v…
|
D | invalid.mlir | 374 …0, %a1, %b0, %b1, %c0, %c1, %c2, %c3, %c4, %c5, %c6, %c7 {alayout="row", blayout="col"} : (!llvm.h… 385 …0, %a1, %b0, %b1, %c0, %c1, %c2, %c3, %c4, %c5, %c6, %c7 {alayout="row", blayout="col"} : (!llvm.v… 395 // expected-error@+1 {{alayout and blayout attributes must be set to either "row" or "col"}} 407 …%0 = nvvm.mma.sync %a0, %a1, %b0, %b1, %c0, %c1, %c2, %c3 {alayout="row", blayout="col"} : (!llvm.… 418 …0, %a1, %b0, %b1, %c0, %c1, %c2, %c3, %c4, %c5, %c6, %c7 {alayout="row", blayout="col"} : (!llvm.v… 429 …0, %a1, %b0, %b1, %c0, %c1, %c2, %c3, %c4, %c5, %c6, %c7 {alayout="col", blayout="row"} : (!llvm.v… 440 …0, %a1, %b0, %b1, %c0, %c1, %c2, %c3, %c4, %c5, %c6, %c7 {alayout="col", blayout="row"} : !llvm.st… 451 …0, %a1, %b0, %b1, %c0, %c1, %c2, %c3, %c4, %c5, %c6, %c7 {alayout="col", blayout="row"} : (!llvm.v…
|
/external/llvm-project/mlir/test/Target/ |
D | nvvmir.mlir | 72 …0, %a1, %b0, %b1, %c0, %c1, %c2, %c3, %c4, %c5, %c6, %c7 {alayout="row", blayout="col"} : (!llvm.v…
|