Felix Wechsler

Results 62 issues of Felix Wechsler

The last example seems to work now without `@closure` ```julia julia> versioninfo() Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: 11th Gen Intel(R) Core(TM)...

https://github.com/roflmaostc/DeconvOptim.jl/blob/c008bbe8f2eaef2d61b3bca0253f124e34902656/src/lossfunctions.jl#L14

Can we do some small checks to see if `b=1` is worse than `b=3/8`? CC: @RainerHeintzmann

* [ ] `FFTW.MEASURE` flag for CPU arrays * [ ] `LoopVectorization.jl * [ ] Regularizers for GPU based on Tullio.jl -> needs the fixes for the gradients * [...

Currently they take a storage argument, should change to `poisson!` etc.

This projects definitely needs a redesign. It should be CUDA compatible and also differentiable by automatic differentiation! First, I want to focus (:zany_face:) on scalar optics. I think it might...

Hi! [LLVM.jl](https://github.com/maleadt/LLVM.jl/blob/master/CITATION.bib) and [CUDA.jl](https://github.com/JuliaGPU/CUDA.jl/blob/master/CITATION.bib) apparently use the same reference for citation but occurred twice in my generated citations. Is there a way to prevent that? Maybe checking the title for...

```julia julia> y = 100f0 .* rand(Float32,3,3) 3×3 Matrix{Float32}: 2.49156 9.24738 4.61228 83.308 63.0286 20.4654 92.1516 17.3893 97.509 julia> poisson(y) 3×3 Matrix{Float32}: 4.0 4.0 2.0 92.0 66.0 17.0 95.0 22.0...