cuda-fixnum
cuda-fixnum copied to clipboard
Fixnum implementations should not expose `slot_layout` functionality
From https://github.com/data61/cuda-fixnum/issues/18:
Algorithms that use a particular
fixnum_implshould be expressed entirely in terms of thefixnum_implinterface;slot_layoutoperations can be exposed via that interface, but they should be given semantically significant names (e.g.shfl_up0is a shift-left in (most? all?) classical fixnum representations).