This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Relaxing validity of dimensions of slices
AbandonedPublic

Authored by vmurali on Mar 8 2023, 8:49 PM.

Details

Summary

Relaxing the validity of dimensions when either the reduced dimension or the input dimension is dynamic -- because it can potentially be unified.

Diff Detail

Event Timeline

vmurali created this revision.Mar 8 2023, 8:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 8:49 PM
vmurali requested review of this revision.Mar 8 2023, 8:49 PM
vmurali updated this revision to Diff 503609.Mar 8 2023, 8:51 PM
vmurali abandoned this revision.Mar 9 2023, 7:01 AM

Closing this as the bug is somewhere else.