This is an archive of the discontinued LLVM Phabricator instance.

Fix shape inference in toy tutorial
AbandonedPublic

Authored by frgossen on Apr 3 2020, 4:54 AM.

Details

Reviewers
None
Summary

The implementation of shape inference in the toy tutorial did not conform to the correct algorithmic description.
The result was only correct because all operations appear to be processed in sequence.

Diff Detail

Event Timeline

frgossen created this revision.Apr 3 2020, 4:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2020, 4:54 AM
frgossen updated this revision to Diff 254751.Apr 3 2020, 5:02 AM

Fix formatting

frgossen updated this revision to Diff 254752.Apr 3 2020, 5:08 AM

Honestly, learning how to use arc diff.

Harbormaster failed remote builds in B51612: Diff 254750!
Harbormaster failed remote builds in B51614: Diff 254752!
frgossen abandoned this revision.Apr 3 2020, 6:10 AM