Thomas Grützmacher

Results 6 issues of Thomas Grützmacher

We should discuss what kernels we should implement before the release. Since I lost the overview, I looked in the code and searched for kernels which are marked as `GKO_NOT_IMPLEMENTED`....

is:help-wanted
is:good-first-issue
mod:cuda
mod:openmp
mod:reference
type:matrix-format

Currently, we need either a `HipExecutor` or a `CudaExecutor` to create the `Csr::automatical` strategy. It would be a lot easier to have a constructor that just takes a `gko::Executor`, so...

is:enhancement
mod:core
is:idea
type:matrix-format
is:interface-breaking
is:question

Currently, all strategies for CSR are tailored for CUDA, which is fine for the most part. However, also the names are CUDA specific (see `Csr::cusparse`), which should be changed in...

is:proposal
mod:core
mod:cuda
type:matrix-format
is:interface-breaking

This issue is supposed to centralize all feature requests and list what features are currently worked upon. __If you have a request, please comment below with the use-case you have...

is:new-feature

In most cases, we append the suffix `_kernel` to a function to identify it as a function which is not executed on the host machine (currently only CUDA code). However,...

is:help-wanted
mod:cuda

Add template-type functions to combine and merge type lists. As a result, the GINKGO_DPCPP_SINGLE_MODE only needs to be present once. Additionally, change the typen name ValueAndIndexType to ComplexAndPODTypes (because gko::size_type...

reg:build
reg:testing
mod:core
mod:cuda
mod:reference
1:ST:ready-for-review
1:ST:no-changelog-entry