diff options
author | Yinying Li <107574043+yinying-lisa-li@users.noreply.github.com> | 2023-09-14 16:21:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 12:21:13 -0400 |
commit | e2e429d99441e212c942ec3ac024f55c8fbc1b16 (patch) | |
tree | 34e3c0cc38708c2d2014665f445a96309a062a13 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 1db6b127a1efddd3130402533b01a26c9864c462 (diff) | |
download | llvm-e2e429d99441e212c942ec3ac024f55c8fbc1b16.zip llvm-e2e429d99441e212c942ec3ac024f55c8fbc1b16.tar.gz llvm-e2e429d99441e212c942ec3ac024f55c8fbc1b16.tar.bz2 |
[mlir][sparse] Migrate more tests to new syntax (#66309)
CSR:
`lvlTypes = [ "dense", "compressed" ]` to `map = (d0, d1) -> (d0 :
dense, d1 : compressed)`
CSC:
`lvlTypes = [ "dense", "compressed" ], dimToLvl = affine_map<(d0, d1) ->
(d1, d0)>` to `map = (d0, d1) -> (d1 : dense, d0 : compressed)`
This is an ongoing effort: #66146
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions