Ticket #40 (new missing functionality)
Opened 2 years ago
liftAcc in CUDA.Execute doesn't handle Let and Let2
| Reported by: | chak | Owned by: | tmcdonell |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Accelerate language | Version: | |
| Keywords: | Cc: |
Description
When recovering sharing of computations involving scanl', scanr', etc whose results are used in size, shape, or (!) functions, let-bindings may be encountered by D.A.A.CUDA.Execute.liftAcc, which panics as it currently doesn't handle Let and Let2 AST nodes.
Note: See
TracTickets for help on using
tickets.
