Ticket #14 (closed defect: fixed)
Module caching is lost in the presence of free array variables
| Reported by: | tmcdonell | Owned by: | tmcdonell |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | CUDA backend | Version: | 0.7.1.0 |
| Keywords: | Cc: |
Description
The hash tags generated for array computations in D.A.A.CUDA.Analysis.Hash use the Accelerate frontend pretty-printer, which displays array contents in (for example) the array index operation. The Filter example, for instance, will unnecessarily compile a new module for every invocation.
Change History
Note: See
TracTickets for help on using
tickets.
