Roland Axel Richter

Results 8 issues of Roland Axel Richter

Description =========== When running the benchmark example blas_cpu on my development machine (i7-6700, 4c/8t), it achieves up to 350 GFlops while utilizing all eight threads. When running the same benchmark...

perf

Description --------- Build fails during compilation with error "more than one instance of overloaded function "std::to_chars" matches the argument list". Full output is given below. CMakeError.log and CMakeOutput.log are both...

build

This feature allows the computation of the frequency energy content of the signal, distributed over n frequency bins. This simplifies the detection of dominant frequencies for different process stages. This...

I just tried to compile Superlu_dist (recent pull from git) with CUDA 11.5 (for debugging purposes), but compilation fails with ``` ~/Downloads/git-files/superlu_dist/SRC/pdgstrs_lsum_cuda.cu(1280): error: no instance of overloaded function "atomicAdd" matches...

Typically, for my projects I am using `poetry` instead of `pip` or `pipenv`. This requires some changes to config-/toml-files. Would it be relevant for this tutorial to have alternative solutions...

upcoming tutorial

In the given `pyproject.toml`-file `sphinx` is used for generating documentation: ``` docs = [ "sphinx==4.2.0", "sphinx-rtd-theme==1.0.0", ] ``` Later, however, during the documentation examples, `mkdocs` is used instead: > We...

documentation

- [x] a detailed description of the bug or problem you are having While running `pytest` on a file containing import of both `torch.onnx` and `pandas`, `pytest` crashes with an...

### Description I added pytorch to my pyproject.toml-file via dependency groups, to allow switching between the gpu- and cpu-version, based on the example given in the documentation: https://python-poetry.org/docs/dependency-specification/ When installing...

kind/bug
status/triage