Valentin Churavy

Results 1413 comments of Valentin Churavy

These two https://github.com/JuliaGPU/GPUArrays.jl/blob/b2f396dabdab907866b885cd7abb647214cddace/src/host/linalg.jl#L33-L34 are implemented for dense Arrays, but not for strided arrays. So we end up https://github.com/JuliaLang/julia/blob/c0d2c574d44231dba39f90d6a6b27448f71763ca/stdlib/LinearAlgebra/src/transpose.jl#L76-L77

1.12 has repeatedly broken GPUCompiler during the pre release process, as an example https://github.com/JuliaGPU/GPUCompiler.jl/issues/695 The Abstract Interpretation changes are fairly in-depth and 1.12 will force opaque pointers.

> What's the plan for pre support in Enzyme? Should we assume that it will try to get pre working ASAP or wait until release? If it waits until release...

LLVM can sometimes perform "store-forwarding" and so when it sees a store followed directly by a load, it will forward the value of the store directly, this then cause the...

Yeah my stance on this (which is not satisfying) is that the user of system must also use preferences to change the libraries of their dependency. Long-term goal was to...

I think it happens anytime we want to print a`Const` or `PartialConst`

Well I don't think I haver ever written a show method correctly. Maybe the docs have improved since last I read them? Our IR printing does need to be robust...

Thanks! The offending use is https://github.com/JuliaParallel/UCX.jl/blob/0fc1600109ae7b947eb8460c82dd8b9c59c93628/src/UCX.jl#L318 and needs to be switched to `maxthreadid` and use the pattern to grow said buffer if max threadid changes. The use here is to...

Yeah I have been wanting to use a pager to build a better TUI