Alec Hammond

Results 45 comments of Alec Hammond
trafficstars

> When you say iterators, do you mean Tuples of indices? I was actually referring to native iterators (like the `CartesianIndicies(ilo:ihi)` you suggested). The reason being it's nice to have...

> you should have included that in your issue Thanks for linking it for me 🙂 I'm currently working on building Julia with a [custom flavor of LLVM](https://discourse.julialang.org/t/building-with-newer-llvm/96854) to see...

So based on how many breaking changes there are [from 14->15](https://github.com/JuliaLang/julia/pull/48700), I'm assuming it will be a lot of work to jump from 14->16...

> LLVM 15 should work with LLVM.jl 5 which CUDA.jl will support later today (I'm working on a PR). But doesn't the [LLVM 15 PR](https://github.com/JuliaLang/julia/pull/48700) in `Base` add support for...

@maleadt are there no llvm v16 specific features required to backport? Looking through that diff, it looks like they just added `sm_90` to the list of supported devices... but I'm...