Tobias Ribizel
Tobias Ribizel
To make issues like #1554 more clearly visible, we should have a `static_assert` in-place with our pre-compiled classes that prevents usage of unsupported types. Maybe something like ```cpp template struct...
This debug logger prints out the value of all scalars inside the solver after each iteration: Here we see the output of the `simple-solver` example with the logger running ```...
### Describe the bug I exported an exercise from a test course through a file, and imported it into a regular course. The custom build script and docker image were...
### Summary Changes to recipe: **ginkgo/1.8.0** #### Motivation/Details A new version was released, so this adds the tag to the version list --- - [x] Read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md) -...
### Steps to reproduce the issue ```console $ spack spec -I Concretized -------------------------------- - cstgwrv [email protected]%[email protected]+glx+llvm+opengl~opengles+osmesa~strip build_system=meson buildtype=release default_library=shared arch=linux-rocky9-sapphirerapids [+] gxdxe2x ^[email protected]%[email protected]~color build_system=autotools arch=linux-rocky9-x86_64_v3 [+] 3ni2gbg ^[email protected]%[email protected] build_system=autotools arch=linux-rocky9-x86_64_v3...
More recent Yubikey firmwares seem to default to AES instead of 3DES for the PIV management key, which causes the key generation to fail with a nondescript error message `‼️...
I'm working on a WASI binding for a Go library to be included as a Typst plugin, and some of the Go JavaScript helpers that get generated produce f64 return...
This adds a transform_iterator that can be used with standard library algorithms and other functions like the ones from #1820
This conversion can suffer from load imbalance in imbalanced matrices, this new algorithm is always perfectly load-balanced.
Again part of #1758, this provides the equivalent of `thrust::exclusive_scan_by_key`