Home
last modified time | relevance | path

Searched refs:cst7 (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/mlir/test/mlir-cuda-runner/
Dall-reduce-xor.mlir15 %cst7 = constant 7 : i32
42 store %cst7, %data[%c1, %c3] : memref<2x6xi32>
Dall-reduce-and.mlir15 %cst7 = constant 7 : i32
42 store %cst7, %data[%c1, %c3] : memref<2x6xi32>
Dall-reduce-max.mlir15 %cst7 = constant 7 : i32
42 store %cst7, %data[%c1, %c3] : memref<2x6xi32>
Dall-reduce-or.mlir15 %cst7 = constant 7 : i32
42 store %cst7, %data[%c1, %c3] : memref<2x6xi32>
Dall-reduce-min.mlir15 %cst7 = constant 7 : i32
42 store %cst7, %data[%c1, %c3] : memref<2x6xi32>
Dmultiple-all-reduce.mlir16 %cst7 = constant 7.0 : f32
45 store %cst7, %data[%c1, %c3] : memref<2x6xf32>
/external/llvm-project/mlir/unittests/SDBM/
DSDBMTest.cpp411 auto cst7 = SDBMConstantExpr::get(dialect(), 7); in TEST() local
413 SDBMStripeExpr::get(SDBMSumExpr::get(stripeSum, cst2), cst7); in TEST()