-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
-
Perhaps add a new
struct StaticSizeArray
which would havesize
as a type parameter instead of a field. -
Perhaps parameterize
FixedSizeArray
by the element type of thesize
field. I'm not sure how likely this is to be useful, but I know that GPU programs tend to avoid 64-bit values, so perhaps this would be a desired next step after supportGenericMemory
by making the storage type a parameter #52.
PatrickHaecker
Metadata
Metadata
Assignees
Labels
No labels