This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Adjusting error message wording, to better match new field names
ClosedPublic

Authored by wrengr on May 11 2023, 5:17 PM.

Details

Summary

This is a followup to D150330, split out because it's not purely mechanical.

Depends On D150330

Diff Detail

Event Timeline

wrengr created this revision.May 11 2023, 5:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2023, 5:17 PM
wrengr requested review of this revision.May 11 2023, 5:17 PM
wrengr updated this revision to Diff 521512.May 11 2023, 6:24 PM

git-clang-format

aartbik accepted this revision.May 12 2023, 12:36 PM
This revision is now accepted and ready to land.May 12 2023, 12:36 PM
wrengr updated this revision to Diff 523176.May 17 2023, 2:34 PM

Fixing test/Dialect/SparseTensor/GPU/gpu_matvec_lib.mlir

I've moved that test fix to D150822, and will rebase this differential once that lands

wrengr updated this revision to Diff 523196.May 17 2023, 3:43 PM

rebased over D150822

wrengr updated this revision to Diff 523237.May 17 2023, 6:37 PM

rebased over D150830