User Details
User Details
- User Since
- Aug 2 2021, 2:15 PM (86 w, 5 d)
Thu, Mar 30
Thu, Mar 30
wrengr committed rG962484aeca0c: [mlir][sparse] Correcting some terminology / naming-scheme errors. (authored by wrengr).
[mlir][sparse] Correcting some terminology / naming-scheme errors.
wrengr requested review of D147291: [mlir][sparse] Correcting some terminology / naming-scheme errors..
wrengr added inline comments to D147011: [mlir][sparse] Replace Element with ElementId for sorting..
wrengr added inline comments to D147011: [mlir][sparse] Replace Element with ElementId for sorting..
wrengr committed rGf2696e469a5c: [mlir][sparse] Cleaning up some usage of SparseTensorType (authored by wrengr).
[mlir][sparse] Cleaning up some usage of SparseTensorType
Wed, Mar 29
Wed, Mar 29
wrengr requested review of D147196: [mlir][sparse] Cleaning up some usage of SparseTensorType.
wrengr accepted D147192: [mlir][sparse] avoid creating temporary unordered COO buffer when reshape sparse tensor..
(Assuming my previous comment is implemented)
wrengr added inline comments to D147192: [mlir][sparse] avoid creating temporary unordered COO buffer when reshape sparse tensor..
wrengr added inline comments to D147192: [mlir][sparse] avoid creating temporary unordered COO buffer when reshape sparse tensor..
wrengr committed rG46a384dfbe11: [mlir][sparse] Preliminary code changes for ExprId, LatPointId, LatSetId… (authored by wrengr).
[mlir][sparse] Preliminary code changes for ExprId, LatPointId, LatSetId…
wrengr updated the diff for D146693: [mlir][sparse] Introducing newtypes for TensorId, LoopId, TensorLoopId.
rebasing for the postponement splitting of D146684
wrengr updated the diff for D146688: [mlir][sparse] Simplifying Merger::expContainsTensor.
rebasing for the postponement splitting of D146684
wrengr updated the diff for D146693: [mlir][sparse] Introducing newtypes for TensorId, LoopId, TensorLoopId.
rebasing for the postponement splitting of D146684
wrengr updated the diff for D146691: [mlir][sparse] Introducing iterators for TensorId, LoopId, TensorLoopId.
rebasing for the postponement splitting of D146684
wrengr updated the diff for D146690: [mlir][sparse] Introducing newtypes for ExprId, LatPointId, LatSetId.
wrengr added inline comments to D147011: [mlir][sparse] Replace Element with ElementId for sorting..
wrengr added inline comments to D147011: [mlir][sparse] Replace Element with ElementId for sorting..
wrengr added inline comments to D147011: [mlir][sparse] Replace Element with ElementId for sorting..
wrengr added inline comments to D146684: [mlir][sparse] Preliminary code changes for ExprId, LatPointId, LatSetId newtypes.
Tue, Mar 28
Tue, Mar 28
wrengr added inline comments to D147011: [mlir][sparse] Replace Element with ElementId for sorting..
wrengr added inline comments to D147011: [mlir][sparse] Replace Element with ElementId for sorting..
wrengr added inline comments to D147011: [mlir][sparse] Replace Element with ElementId for sorting..
wrengr committed rG0ceec3ebfcf3: [mlir][sparse] Fixing -Wignored-reference-qualifiers in MergerTest.cpp (authored by wrengr).
[mlir][sparse] Fixing -Wignored-reference-qualifiers in MergerTest.cpp
wrengr updated the diff for D147090: [mlir][sparse] Fixing -Wignored-reference-qualifiers in MergerTest.cpp.
rebase
wrengr added a comment to D147011: [mlir][sparse] Replace Element with ElementId for sorting..
Nit: in the CL summary it should be "Previously, we represented a"
wrengr requested review of D147090: [mlir][sparse] Fixing -Wignored-reference-qualifiers in MergerTest.cpp.
wrengr added inline comments to D147074: [mlir][sparse] convert a sparse tensor slice to sparse tensor correctly..
wrengr committed rG164b918d7377: [mlir][sparse] Removing shared_ptr from the MergerTest.cpp unit test (authored by wrengr).
[mlir][sparse] Removing shared_ptr from the MergerTest.cpp unit test
Mon, Mar 27
Mon, Mar 27
wrengr added inline comments to D147014: [mlir][sparse] rephrase the documentation for sparse compiler create-sparse-deallocs option..
Fri, Mar 24
Fri, Mar 24
wrengr added inline comments to D142930: [mlir][sparse] extend loop emitter to emit slice driven loops.
wrengr updated the diff for D146691: [mlir][sparse] Introducing iterators for TensorId, LoopId, TensorLoopId.
rebase
wrengr updated the diff for D146690: [mlir][sparse] Introducing newtypes for ExprId, LatPointId, LatSetId.
Addressing the -Wmismatched-tags warnings on Debian.
wrengr updated the diff for D146691: [mlir][sparse] Introducing iterators for TensorId, LoopId, TensorLoopId.
rebase
wrengr updated the diff for D146690: [mlir][sparse] Introducing newtypes for ExprId, LatPointId, LatSetId.
rebase
wrengr added inline comments to D142930: [mlir][sparse] extend loop emitter to emit slice driven loops.
wrengr updated the diff for D146688: [mlir][sparse] Simplifying Merger::expContainsTensor.
rebase
wrengr updated the diff for D146684: [mlir][sparse] Preliminary code changes for ExprId, LatPointId, LatSetId newtypes.
rebase
wrengr committed rG755285f1e99e: [mlir][sparse] Factoring out LoopEmitter::isValidLevel (authored by wrengr).
[mlir][sparse] Factoring out LoopEmitter::isValidLevel
wrengr updated the diff for D146561: [mlir][sparse] Removing shared_ptr from the MergerTest.cpp unit test.
rebase
wrengr updated the diff for D146676: [mlir][sparse] Factoring out LoopEmitter::isValidLevel.
rebase
wrengr committed rG74c54206d7ab: [mlir][sparse] moving kInvalidId into "detail" namespace (authored by wrengr).
[mlir][sparse] moving kInvalidId into "detail" namespace
wrengr committed rG0280681b6d2a: [mlir][sparse] Updating TensorExp ctor to catch unknown TensorExp::Kind (authored by wrengr).
[mlir][sparse] Updating TensorExp ctor to catch unknown TensorExp::Kind
[mlir][sparse] Misc cleanup in Merger.h
wrengr committed rG7c7c10a0233f: [mlir][sparse] Updating the `Merger::{exp,lat,set}` methods to return const (authored by wrengr).
[mlir][sparse] Updating the `Merger::{exp,lat,set}` methods to return const
wrengr updated the diff for D146674: [mlir][sparse] moving kInvalidId into "detail" namespace.
rebase
wrengr updated the diff for D146673: [mlir][sparse] Updating TensorExp ctor to catch unknown TensorExp::Kind.
rebase
wrengr updated the diff for D146562: [mlir][sparse] Misc cleanup in Merger.h.
rebase
wrengr updated the diff for D146083: [mlir][sparse] Updating the `Merger::{exp,lat,set}` methods to return const.
rebase
Wed, Mar 22
Wed, Mar 22
wrengr updated the diff for D146693: [mlir][sparse] Introducing newtypes for TensorId, LoopId, TensorLoopId.
git-clang-format
wrengr requested review of D146693: [mlir][sparse] Introducing newtypes for TensorId, LoopId, TensorLoopId.
wrengr updated the diff for D146691: [mlir][sparse] Introducing iterators for TensorId, LoopId, TensorLoopId.
git-clang-format
wrengr requested review of D146691: [mlir][sparse] Introducing iterators for TensorId, LoopId, TensorLoopId.
wrengr requested review of D146690: [mlir][sparse] Introducing newtypes for ExprId, LatPointId, LatSetId.
wrengr requested review of D146688: [mlir][sparse] Simplifying Merger::expContainsTensor.
wrengr updated the diff for D146676: [mlir][sparse] Factoring out LoopEmitter::isValidLevel.
rebase
wrengr updated the diff for D146674: [mlir][sparse] moving kInvalidId into "detail" namespace.
rebase
wrengr updated the diff for D146684: [mlir][sparse] Preliminary code changes for ExprId, LatPointId, LatSetId newtypes.
rebase & git-clang-format
wrengr updated the summary of D146684: [mlir][sparse] Preliminary code changes for ExprId, LatPointId, LatSetId newtypes.
wrengr updated the diff for D146561: [mlir][sparse] Removing shared_ptr from the MergerTest.cpp unit test.
rebase
wrengr updated the summary of D146561: [mlir][sparse] Removing shared_ptr from the MergerTest.cpp unit test.
wrengr updated the summary of D146684: [mlir][sparse] Preliminary code changes for ExprId, LatPointId, LatSetId newtypes.
wrengr updated the diff for D146676: [mlir][sparse] Factoring out LoopEmitter::isValidLevel.
arc diff git merge-base HEAD origin --update D146676
wrengr updated the diff for D146674: [mlir][sparse] moving kInvalidId into "detail" namespace.
arc diff git merge-base HEAD origin --update D146674
wrengr updated the diff for D146676: [mlir][sparse] Factoring out LoopEmitter::isValidLevel.
rebase
wrengr updated the diff for D146674: [mlir][sparse] moving kInvalidId into "detail" namespace.
rebase
wrengr updated the diff for D146673: [mlir][sparse] Updating TensorExp ctor to catch unknown TensorExp::Kind.
rebase
wrengr updated the diff for D146562: [mlir][sparse] Misc cleanup in Merger.h.
rebase, and removing D146561 as a dependency
wrengr updated the summary of D146562: [mlir][sparse] Misc cleanup in Merger.h.
wrengr updated the diff for D146561: [mlir][sparse] Removing shared_ptr from the MergerTest.cpp unit test.
rebase
wrengr updated the diff for D146083: [mlir][sparse] Updating the `Merger::{exp,lat,set}` methods to return const.
rebase
wrengr added inline comments to D146674: [mlir][sparse] moving kInvalidId into "detail" namespace.
wrengr requested review of D146676: [mlir][sparse] Factoring out LoopEmitter::isValidLevel.
wrengr requested review of D146674: [mlir][sparse] moving kInvalidId into "detail" namespace.
wrengr requested review of D146673: [mlir][sparse] Updating TensorExp ctor to catch unknown TensorExp::Kind.
wrengr updated the diff for D146562: [mlir][sparse] Misc cleanup in Merger.h.
rebase
wrengr updated the diff for D146083: [mlir][sparse] Updating the `Merger::{exp,lat,set}` methods to return const.
Addressing nits, and rebasing
wrengr added inline comments to D142930: [mlir][sparse] extend loop emitter to emit slice driven loops.
wrengr added inline comments to D142930: [mlir][sparse] extend loop emitter to emit slice driven loops.
wrengr added inline comments to D142930: [mlir][sparse] extend loop emitter to emit slice driven loops.
wrengr added inline comments to D146083: [mlir][sparse] Updating the `Merger::{exp,lat,set}` methods to return const.
Tue, Mar 21
Tue, Mar 21