Email list hosting service & mailing list manager

comments Jeffrey Mark Siskind (24 Apr 2020 18:59 UTC)
Re: comments Jeffrey Mark Siskind (24 Apr 2020 19:53 UTC)
Re: comments Bradley Lucier (17 May 2020 21:40 UTC)
Re: comments Jeffrey Mark Siskind (24 Apr 2020 19:54 UTC)
Re: comments John Cowan (24 Apr 2020 21:13 UTC)
Re: comments Bradley Lucier (25 Apr 2020 23:34 UTC)
Re: comments Bradley Lucier (26 Apr 2020 00:09 UTC)
Re: comments John Cowan (26 Apr 2020 03:46 UTC)
Re: comments Bradley Lucier (28 Apr 2020 20:03 UTC)
Re: comments Bradley Lucier (26 Apr 2020 22:11 UTC)

Re: comments Bradley Lucier 26 Apr 2020 22:10 UTC

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