Adrian Seyboldt

Results 40 issues of Adrian Seyboldt

### Description If I replace a tensor with shape `(None,)` by one with static shape `(1,)` llvm aborts during codegen for me. Maybe some rewrite doesn't behave properly, and we...

Previously the tests were building a conda package, instead we should just install it using pip

The api doesn't seem to work at the moment (and for the last couple of days I think). I was thinking about reusing an old bayesian regression model for player...

right now, `fscall.submit` will return right away. The data will be copied to the share in the background thread. This is unfortunate, if we want to remove the input files...

If I compile models using cmdstan, it seems to consistently finish about twice as fast as if I compile a model with bridgestan: ```stan // justatest.stan parameters { real x;...

enhancement
cpp

While working on the rust backend we noticed problems that appear when stan modules are loaded and unloaded in separate threads. On windows we see a deadlock under the following...

c-api
windows

If a project has multiple environments (for instance one with gpu and one without), it would be nice if this would show a kernel for each of those environments.

The following code segfaults on my machine: ```python import numba import numpy as np @numba.jit("float64(float64, int8)", fastmath=True) def foo(x, y): return np.power(x, y) foo(np.float64(4.), np.int8(2)) ``` It generates the following...

bug - segfault

For now this PR is meant for discussion and experimentation only. Right now, numba fully compiles functions (ie generates the llvm ir, runs all optimization and runs llvm codegen) whenever...

2 - In Progress