This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Fix Depth and Height computation for SI scheduler
ClosedPublic

Authored by axeldavy on Jul 3 2017, 4:18 PM.

Details

Summary

Fix Depth and Height to use the block cost, instead of 1.
Fix the Height computation (max instead of min).

Diff Detail

Repository
rL LLVM

Event Timeline

axeldavy created this revision.Jul 3 2017, 4:18 PM
This revision was automatically updated to reflect the committed changes.