Terry Cojean
Terry Cojean
Also, reduce the size of our CI logs by only printing detailed test output on error.
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...
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....
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...
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...
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...
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...
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...
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...