Skip to content

Avoid using NBNxM kernel enums when possible

Berk Hess requested to merge bh-nbnxm-avoid-enums into main

Where possible kernel enums in conditionals are changed to checks on cluster sizes. This makes the NBNxM module more flexible.

Also replaced explicit sums over SIMD registers with a function.

Edited by Berk Hess

Merge request reports