Terry Cojean

Results 19 issues of Terry Cojean

Also, reduce the size of our CI logs by only printing detailed test output on error.

reg:ci-cd
1:ST:run-full-test

Gives the ability to select DPC++ hardware parameters from CMake. This is old code and needs to be retested. - [x] Fix ELL deadlock on DevEP - [ ] Fix...

reg:build
reg:testing
type:matrix-format
1:ST:WIP
plat:intel
mod:dpcpp

I learned yesterday of frameworks which generate bindings for other languages automatically from C++ code, here are some examples: + [cppyy](https://cppyy.readthedocs.io/en/latest/), which is specific to generating python bindings it seems....

is:help-wanted
is:new-feature
mod:core

Adds a Generic Executor to dynamically select any concrete Executor The behavior of the `GenericExecutor` can be controlled through three parameters, which can be set either to the constructor or...

reg:build
reg:testing
mod:core
mod:cuda
reg:example
type:solver
1:ST:WIP

Currently in Ginkgo, we detail available features and options at a high level in markdown files (`BENCHMARKING.md`, `TESTING.md`, `INSTALL.md`, ...) on top of documenting the features also directly in the...

is:help-wanted
is:proposal
reg:documentation

This issue is the summary of a discussion which arose from MR #46, but is more general in Ginkgo. I will try to expose the current state of things and...

is:help-wanted
is:proposal

Currently when using logging, you can get information such as the current `residual_norm` which gives you an idea on the quality of your current solution is. There is a problem...

is:enhancement
is:proposal
is:idea

Hello, We have been seeing since 4.5.0 some errors on our platform using MI100. All traces point to DiscoverGpu being the root of the problem. There indeed appears to be...

A way to obtain better performance out of CUDA is to make use of multiple streams in order to overlap computations, at least with copies (in/out) unrelated to the currently...

is:help-wanted
mod:cuda
is:idea

This is a summary of a small discussion which arose during MR #46 but is more general in Ginkgo. The purpose of this Issue is simply to discuss it and...

is:help-wanted
is:proposal