Batched classes todo list #1376
Labels
is:technical-debt
This is aimed at reducing technical debt.
type:batched-functionality
This is related to the batched functionality in Ginkgo
This issue tracks the different aspects of the batched functionality that reviewers have suggested, but still need to be implemented:
__launch_bounds__
in CUDA/HIP kernels.global_space
,local_space
etc)parfor_batch_blockwise(x, [](ibatch) { ... })
batch_item
anduniform_batch
can be combined into one struct.common/unified
common/unified
storage_config
in core and kernels and use only necessary members for the kernels.compute_shared_storage
functionality, and unify computations across the different batched solver classes..hpp.inc
by maybe splitting the files and having a_includes.hpp.inc
The text was updated successfully, but these errors were encountered: