Skip to content

"constexpr" all applicable kernel impls #48

Description

@DanecLacey

For some kernels, we require a runtime if-else to determine which implementation variant to use based on a flag. We could just as easily use a "constexpr" on a template parameter to determine this at compile time, reducing the number of kernels (i.e. maintenance overhead).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions