Valentin Churavy

Results 1413 comments of Valentin Churavy

Yeah it looks like you are running into an inference corner case again.

@lucasb-eyer is there still interest from your side to work on this? I am working on updating CUDAdrv and I would like to see this merged.

> Is there some global caching going on despite local contexts? Yes, https://github.com/maleadt/LLVM.jl/blob/1ca9dc611a5506d7be5688c2bee1fe1f93749e1e/test/orc.jl#L189 is definitely global.

cc: @gnimuc who refactor Clang.jl quite heavily recently and improved the quality of the autogenerated wrappers we use for LLVM and CUDA

@nick-paul the TerminalMenus in stdlib and yours, which I had been using recently actually diverged a little bit. For me it makes most sense to use TerminalMenus.jl the package.

I think it is a laudable goal to have the private version in the REPL match this one, but this should be the upstream. Right now feature development like https://github.com/JuliaLang/julia/pull/41834...

@nick-paul we would be happy to host it at JuliaLang, could you trigger a move of the repository to `vchuravy` and I will then move it to JuliaLang.

Ah shoot I missed the notification about that and now the transfer is expired. Can you retry? On Fri, Jul 1, 2022, 05:25 Jonas Schulze ***@***.***> wrote: > ping @vchuravy...

It's a property on the Context. ``` Ctx->supportsTypedPointers() ```