Ludger Paehler

Results 21 issues of Ludger Paehler

The mathematical equations in the README are sadly not legible when using GitHub's dark mode. I.e. the equations are rendered in black, on a dark grey background.

Tried compiling a rough first list by looking through the source-code, and comparing it to the existing functionality in Enzyme, most specifically in #1234 , and looking through the CUDA-related...

enhancement

Looking at CLASS's OpenMP parallelism, to be able to differentiate through [CLASS](https://github.com/lesgourg/class_public) we need to be able to differentiate the following OpenMP constructs from its C-layer: - [x] OMP FOR...

enhancement

This PR adds support for the loading of LLVM compiler plugins while following the LLVM design for pass loading. It allows for the pass manager to load libraries while maintaining...

enhancement
3 - Ready for Review

### Question Love the package, and am using it in research - I am wondering, does there exist a preferred citation format for the package to cite it in papers?

question

I have recently been trying to compile clasp from source on MacOS with an M1 ARM-chip. While I was able to make it far in the build process, there are...

enhancement

- Pushing geometries, checkpoints, and checkpoint out into dedicated HuggingFace data repositories. - [HydroGym Checkpoints](https://huggingface.co/datasets/dynamicslab/hydrogym-checkpoints) - [HydroGym Meshes](https://huggingface.co/datasets/dynamicslab/hydrogym-meshes)

enhancement
python

Addition of further documentation for - [ ] developers documentation - [x] documentation of all environments and the exposes APIs - [ ] documentation of the parallelization layer - [...

good first issue

Restructuring our environment definitions s.t. we have default configuration files loaded with the configuration manager, i.e. we can then load them with the configuration manager from Python. Closes #161 Will...

enhancement

Fixed environment configuration parameters should be moved from lying in the Python files, to being in specific configuration files.