User Details
- User Since
- Nov 17 2017, 12:00 PM (279 w, 6 d)
Today
Add definitions for iterator trait.
Address review comments.
Yesterday
Replace typedef ElementId with a struct and simplify getValueForId/getCoordsforId with getValue/getCoords.
Address review comments.
Mon, Mar 27
Thu, Mar 16
Wed, Mar 15
Fix a comment.
Tue, Mar 14
Fixed comment. Rebased. Fixed FileCheck test.
Fri, Mar 10
Rebase.
Thu, Mar 9
Generate inlined code to compare values.
Wed, Mar 8
Add more detail CHECK to FileCheck test.
Tue, Mar 7
Mon, Mar 6
Thu, Mar 2
The input contains the "meaningfule string for string attr" and followed by comment lines. Do you know why the parser stop in the middle of a comment line?
Wed, Mar 1
This change breaks tensorflow test github.com/tensorflow/tensorflow/blob/master/tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util/mlir-module-serialized-str-attr.mlir
Feb 28 2023
Fix codegen.mlir
Rebase.
Fix comment.
Feb 27 2023
Feb 26 2023
Address review comments: use ASSERT_USIZE_EQ, rename dimRank to lvlRank, fix comments.
Feb 24 2023
Rename d->l, dimInd->dimCoords, prevlvlCoordinates->prevLvlCoords.
Feb 23 2023
Rename I to C, indices to coordinates.
Rename indices to lvlCoordinates, add assert(lvlRank == dimRank && "Rank mismatch").
Remove IsSymmetric in comment.
Split a macro into variadic version and non-variadic version to avoid warnings.
Feb 22 2023
Address review comments.
Avoid writing isSorted with the same value. Add comments to the code.
Feb 21 2023
Feb 20 2023
Trying to fix the build.
Feb 17 2023
Reorder parameters. Rename local nnz to nse. Combines two lambdas.
Feb 16 2023
Update after removing expand_symmetry property. Rename nnz to nse.
Fix doc for symmetry. Fix assembly format.
Feb 15 2023
Address review comment: keep symmetric property, keep two tests with symmetric input with TODO, add to doc about symmetric handling is TBD.
Feb 14 2023
Feb 13 2023
Address review comments.
Rename variables, rank => dimRank, r => d.
Apply clang-format.
Feb 12 2023
Feb 8 2023
Change _sparse_quick_sort to _sparse_qsort. Rebase.
Feb 6 2023
Feb 3 2023
Feb 2 2023
Fix comments to address review feedback.
Jan 31 2023
Rebase.
Rebase.
Rebase.