This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Fixing GPU tests (followup to D150330)
ClosedPublic

Authored by wrengr on May 17 2023, 2:59 PM.

Details

Summary

The GPU tests weren't updated when rebasing D150330, so this patch fixes that.

Diff Detail

Event Timeline

wrengr created this revision.May 17 2023, 2:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 2:59 PM
wrengr requested review of this revision.May 17 2023, 2:59 PM
anlunx accepted this revision.May 17 2023, 3:00 PM
This revision is now accepted and ready to land.May 17 2023, 3:00 PM
wrengr updated this revision to Diff 523187.May 17 2023, 3:14 PM

Fixing "Dialect/SparseTensor/sparse_tensor_reshape.mlir"

This revision was automatically updated to reflect the committed changes.

Note: D150830 should fix what this differential missed