mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
[mlir][sparse] code formatting (NFC) (#74779)
This commit is contained in:
parent
42bba97fc2
commit
7003e255d3
@ -125,7 +125,6 @@ module {
|
||||
[ -1, 0, 1 ]
|
||||
]> : tensor<3x3xi32>
|
||||
|
||||
|
||||
%input = arith.constant dense<[
|
||||
[ 1, 2, 3, 4, 0, 6, 7, 8 ],
|
||||
[ 2, 2, 4, 4, 0, 0, 6, 8 ],
|
||||
@ -270,7 +269,6 @@ module {
|
||||
: tensor<6x6xi32>, vector<6x6xi32>
|
||||
vector.print %v : vector<6x6xi32>
|
||||
|
||||
|
||||
// Release the resources.
|
||||
bufferization.dealloc_tensor %sparse_input_DCSR : tensor<8x8xi32, #DCSR>
|
||||
bufferization.dealloc_tensor %sparse_input_CSR : tensor<8x8xi32, #CSR>
|
||||
|
Loading…
Reference in New Issue
Block a user