Searched refs:cst7 (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/mlir/test/mlir-cuda-runner/ |
D | all-reduce-xor.mlir | 15 %cst7 = constant 7 : i32 42 store %cst7, %data[%c1, %c3] : memref<2x6xi32>
|
D | all-reduce-and.mlir | 15 %cst7 = constant 7 : i32 42 store %cst7, %data[%c1, %c3] : memref<2x6xi32>
|
D | all-reduce-max.mlir | 15 %cst7 = constant 7 : i32 42 store %cst7, %data[%c1, %c3] : memref<2x6xi32>
|
D | all-reduce-or.mlir | 15 %cst7 = constant 7 : i32 42 store %cst7, %data[%c1, %c3] : memref<2x6xi32>
|
D | all-reduce-min.mlir | 15 %cst7 = constant 7 : i32 42 store %cst7, %data[%c1, %c3] : memref<2x6xi32>
|
D | multiple-all-reduce.mlir | 16 %cst7 = constant 7.0 : f32 45 store %cst7, %data[%c1, %c3] : memref<2x6xf32>
|
/external/llvm-project/mlir/unittests/SDBM/ |
D | SDBMTest.cpp | 411 auto cst7 = SDBMConstantExpr::get(dialect(), 7); in TEST() local 413 SDBMStripeExpr::get(SDBMSumExpr::get(stripeSum, cst2), cst7); in TEST()
|