Simon Boehm

Results 17 issues of Simon Boehm

Right now parallelization is implemented in a straight-forward way in lleaves by partitioning the input-data across threads. Instead, each thread should predict across the whole input-data, but only across a...

performance

### Compiler name MLIR ### Compiler version 14.0.0 (current) ### Compiler language MLIR dialects, LLVM IR dialect ### Compiler homepage https://mlir.llvm.org/getting_started/ ### Motivation MLIR is slowly getting traction, it'd be...

new-compilers
request

To reproduce: 1. `conda install austin==3.1` 2. `austin -o outfile.txt python -c "import this"` 3. Upload [outfile.txt](https://github.com/jlfwong/speedscope/files/7379825/austin_3_1.txt) to Speedscope: "Unrecognized format! See documentation about supported formats." The issue can be...

Running `examples/generative_models/jtvae/pretrain.py` without any arguments (which should pretrain on ZINC) raises an Error: ```python-traceback /home/simon/miniconda3/envs/jtvae_dgl/lib/python3.7/site-packages/dgl/base.py:45: DGLWarning: The input graph for the user-defined edge function does not contain valid edges return...

### Bug description Setting `jupyterhub.hub.allowNamedServers: true` without setting `namedServerLimitPerUser` results in an Error. #### Expected behaviour If the Limit isn't set, it's initialized to 0 as expected. #### How to...

bug

I believe many projects (and many cluster quotas) would profit from having easy access to profiling for their experiments. In my `seml` projects I used this code: https://gist.github.com/siboehm/bf69a17cc9bca71c37a2fae0214a1eeb It profiles...

LLVM allows using `getelementptr` with Vector indices, from [LLVM 10 LangRef](https://releases.llvm.org/10.0.0/docs/LangRef.html#vector-of-pointers): ```llvm ; Add distinct offsets to the same pointer: ; A[i] = ptr + offsets[i]*sizeof(i8) %A = getelementptr i8,...

feature_request

I will implement them at some point myself or I'm also accepting PRs: 1. The main reason why it requires so much memory & time is that most optimization passes...

## Problem There are two popular extensions for C++ development: [Microsoft's C++ extension (50M downloads)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) and [LLVM's clangd (700K downloads)](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd). They offer the same functionality, so only one should be...

enhancement