On 4/25/20 8:08 PM, Bradley Lucier wrote:
> About GPU resident arrays: I don't know how to specify this in Scheme.
A brief comment: The SRFI allows
(make-array interval getter-definition setter-definition)
so if the two definitions manipulate storage in GPU resident memory, all
the operations in the SRFI will work on these arrays, they'll just work
element by element.
Brad