Axel Huebl
Axel Huebl
Hi @ogiroux, thank you for your work, these free-standing functions are useful. But I have to admit, what we really need and what we are constantly re-implementing are modern C++...
I am trying to set up automated build of our docs on rtd, which is limited to 1 GB mem usage (and 15min build time). The sphinx step ``` reading...
The following code snippet does not auto-complete: ```C++ #include std::vector v(10, 3); v. ``` tested on a ~3 week old `0.4~dev` version.
From a first quick test, the author name is not redacted for inline (in-code) comments in GitHub. Version: 1.4.0 with Firefox
Argh, I really wish methods in classes like `plotting.plottercls` would have doc-strings ;) No seriously, we need more doc strings on every object and member function :sparkles:
# Description This is a blog post on rethinking software variants at configuration (install) time, implications of common implementations in HPC software and possible solutions and design patterns to avoid...
### Description Add openPMD-api, a Python package for scientific/engineering data. ### Checklists - [x] Add a [CHANGELOG](https://github.com/pyodide/pyodide/blob/main/docs/project/changelog.md) entry - [ ] Add / update tests - [ ] Add new...
We should add `alpaka/develop` to the libs of Matt Godbolt's compiler explorer: https://godbolt.org/ https://github.com/mattgodbolt/compiler-explorer/wiki/Installed-libraries Relevant files: - https://github.com/mattgodbolt/compiler-explorer-image/blob/master/update_compilers/install_libraries.sh - https://github.com/mattgodbolt/compiler-explorer/blob/master/etc/config/c++.amazon.properties Example PRs: - https://github.com/mattgodbolt/compiler-explorer/pull/834 - https://github.com/mattgodbolt/compiler-explorer-image/pull/69 Needs probably simplified headers:...
This issue is just to trigger a discussion and to have a look around. I personally think that, independent of Boost, Alpaka will provide the best user experience if there...
CUDA Support
Hi ROOT team, I am opening this issue to document and discuss our plan to add CUDA support to Cling. Maybe someone can open and link an issue on https://root.cern/bugs,...