Oliver Schulz

Results 106 issues of Oliver Schulz

**Note: Requires FluxML/ZygoteRules.jl#17** Currently, Zygote always unthunks `ChainRuleCore` thunks, which is wasteful and may also lead to trouble in cases why a thunks just can't be run for the given...

ChainRules
performance

With ```julia using ChainRulesCore, Zygote struct Foo (NO_FIELDS, 42) Zygote.gradient(myfunc, Foo()) ``` yields `(42,)`, as expected. `myfunc` is bypassed and never called. However, the same with `Base.getindex` ```julia Base.getindex(x::Foo) =...

ChainRules

Plots don't show up for Live Share participants, it seems. Not sure if there's the Julia extension can do something about this, or if we have to wait for improvements...

enhancement

Currently, precompilation of Cxx.jl results in a PCH-file compiled for the CPU on the current host. This poses a serious problem in environments with multiple CPU types, but shared files...

Now that Cxx.jl get's precompiled (yay!), it would be great if packages based on Cxx could also be precompiled.

Now that we have optional RTTI support, we should have a test for it, too. :-) @Keno: In case RTTI is not enabled, the test will result in a few...

Would it be possible to support something like this? @cxx std::vector(42)

Picking up on stale #698: Having support for slides (metadata like in Jupyter), coupled with a [RISE](https://github.com/damianavila/RISE)-like presentation mode, would be awesome.

enhancement
stale

See JuliaGPU/Adapt.jl#52 Not functional like this yet, I don't know AMDGPU well enough and don't have a device to test, currently. See JuliaGPU/CUDA.jl#1520 for the CUDA.jl counterpart.

enhancement
upstream