moose icon indicating copy to clipboard operation
moose copied to clipboard

Get rid of `...Kernel` traits

Open mortendahl opened this issue 2 years ago • 0 comments

The kernel macros currently implement a lot of NullaryKernel, UnaryKernel, etc traits, resulting in cluttered docs, longer compilation time, and larger binaries. This issue is about doing without these and perhaps calling the kernel functions directly in the dispatch kernel implementations instead.

mortendahl avatar Mar 04 '22 13:03 mortendahl