David Beckingsale

Results 23 issues of David Beckingsale

Testing something discussed with @trws

API/usability
compilation

- [x] Make CoarsenCopyTransaction inherit from FuseableTransaction - [ ] Flesh out KernelFuser - [ ] Add KernelFuser argument to loop API

Export BLT targets and clean up CMake package Fixes #214

It seems like variadic templates don't work, it would be good if the following could be used: ``` - decl: | template Allocator makeAllocator(const std::string& name, Args... args) cxx-template: -...