Matthias Wiesenberger

Results 5 issues of Matthias Wiesenberger

The documentation https://docs.unidata.ucar.edu/netcdf-c/current/reading_unknown.html recommends using nc_inq to get the number of dimension and then using nc_inq_dim to get the name and length of each of the dimensions. However code like...

I cannot use the flag pygments_style when using the sphinx-book-theme. Here is a minimal example ```python # conf.py extensions = ['myst_parser'] html_theme='sphinx_book_theme' pygments_style='default' # has no effect ``` [index.md](https://github.com/executablebooks/sphinx-book-theme/files/12686412/index.md) Run...

Using HIP (AMD's answer to CUDA) https://github.com/ROCm/hip https://rocm.docs.amd.com/projects/HIP/en/latest/what_is_hip.html we should be able to write a backend for AMD GPUs This is because the existing CUDA code-base should be easily convertible...

With clang++-19 we can compile on linux but on macos we get errors due to - a clash of libc++ with libcudacxx - missing `cyl_bessel_i` functions We cannot fix the...

wontfix
compiler-issue

Currently, the dg library and its components have to be used using `FetchContent` or CPM by downstream users in their cmake files because we do not provide install rules. If...

enhancement
feature-request