AccelerateHS/accelerate-backend-kit

Fix SizeAnalysis of Replicate

Closed this issue · 1 comments

Right now sizeAnalysis is returning UnknownSize for Replicate expressions where it really could figure it out.

This was fixed in a narrow sense by commit e42517f.

Issue #12 represents a more full featured solution.