Home
last modified time | relevance | path

Searched refs:a2c (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/
H A Dsparse-sampled-matmul-lib.mlir133 %a2c = tensor.cast %a2 : tensor<8x8xf32> to tensor<?x?xf32>
137 %1 = call @sampled_dense_dense(%q, %a2c, %b1c)
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp2.cpp32 constexpr A a2c { X<2>{} }; // expected-error {{must be initialized by a constant expression}} expe… variable