project-asgard / asgard

MIT License
27 stars 20 forks source link

Block global kron cpu #687

Closed mkstoyanov closed 2 months ago

mkstoyanov commented 3 months ago

Block-global kronmult will be used for interpolation.

mkstoyanov commented 3 months ago

The block-global kronmult is faster than the original one so we will replace the old version but only after we get the GPU kernels. Right now, we need the extra CMake option -DKRON_MODE_GLOBAL_BLOCK that only work on the CPU side but will be removed in the future.

mkstoyanov commented 2 months ago

@quantumsteve Sorry but I put some pretty lines here and there, should be good for your re-review now. Nothing major has changed.