Changeset View
Changeset View
Standalone View
Standalone View
mlir/test/Dialect/SparseTensor/sparse_sddmm.mlir
// RUN: mlir-opt %s --tensor-copy-insertion --pre-sparsification-rewrite --sparsification --cse | FileCheck %s | // RUN: mlir-opt %s --test-tensor-copy-insertion --pre-sparsification-rewrite --sparsification --cse | FileCheck %s | ||||
#SM = #sparse_tensor.encoding<{ dimLevelType = [ "compressed", "compressed" ] }> | #SM = #sparse_tensor.encoding<{ dimLevelType = [ "compressed", "compressed" ] }> | ||||
#trait_matmul = { | #trait_matmul = { | ||||
indexing_maps = [ | indexing_maps = [ | ||||
affine_map<(d0, d1, d2) -> (d1, d0)>, | affine_map<(d0, d1, d2) -> (d1, d0)>, | ||||
affine_map<(d0, d1, d2) -> (d0, d2)>, | affine_map<(d0, d1, d2) -> (d0, d2)>, | ||||
affine_map<(d0, d1, d2) -> (d1, d2)> | affine_map<(d0, d1, d2) -> (d1, d2)> | ||||
▲ Show 20 Lines • Show All 198 Lines • Show Last 20 Lines |