Bug 52304 - Rename the sparse runtime support library cpp file
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Much better! I updated the summary, because it is a bit strange to include a link to a file you are renaming (making it stale after this revision).
Also I think you also need to update:
clang/docs/tools/clang-formatted-files.txt
where there is one more occurrence of the "old" SparseUtils.cpp
mlir/lib/ExecutionEngine/SparseTensorUtils.cpp | ||
---|---|---|
1 | While you are here, how about changing the contents to //===- SparseTensorUtils.cpp - Sparse tensor utils for MLIR execution to make it more consistent with the name |
Did you see my comment on clang/docs/tools/clang-formatted-files.txt?
You will need to update that file too (SparseUtils.cpp -> SparseTensorUtils.cpp)
after that this revision is good to go!
(do you have submit rights, or do you want me to do that, once we are there?)
One last question, I just noticed you started a whole new revision (instead of updating https://reviews.llvm.org/D112995).
Was that intentional?
If you use arc, then arc diff .... first time creates one, but subsequent updates should use arc diff ... --update Dxxxx to make sure we stay in one revision.
It is not a big deal, we can proceed with this one and abandon the other, but just making sure you are aware of the procedure.
I have made the changes to the clang-formatted-files.txt. Kindly submit this revision for me. Thank you
mlir/lib/ExecutionEngine/SparseTensorUtils.cpp | ||
---|---|---|
1 | Done :) |
I removed the quotes from the title, no need for these. Also, please address the last open question (on arc diff --update).
But good to go as revision.
I have approved the revision and will submit this one for you. Congrats on your first contribution to sparse compilation!
While you are here, how about changing the contents to
//===- SparseTensorUtils.cpp - Sparse tensor utils for MLIR execution
to make it more consistent with the name