Anton Smirnov

Results 213 comments of Anton Smirnov

Steps to reproduce with Julia, just in case: 1. Download & unpack Julia 1.10: https://julialang-s3.julialang.org/bin/linux/x64/1.10/julia-1.10.0-rc1-linux-x86_64.tar.gz 2. Launch Julia REPL with `/bin/julia --threads=auto`. 3. Enter package mode with `]` key. 4....

Running AMDGPU.jl tests with HIP debug build gives following: ``` ┌ Error: Worker(pid=77537, terminated=true, termsignal=6) died running test item "kernelabstractions". Recording test error. └ @ ReTestItems ~/.julia/packages/ReTestItems/HZCMZ/src/ReTestItems.jl:544 Captured logs for...

Haven't seen hangs in a while, I think this is resolved! Thanks!

> Stupid question, but `get_backend(roc(rand(3)))` also errors, is there a similar AMDGPU PR or does it need to be made? It needs to be made. But first, this PR needs...

I think for KA 0.9 yes. But 0.8 works fine

Restricted tests to 1.9+. Otherwise it does not break anything.

Oh, I see. I saw tests in KernelAbstractions for reverse mode and though that it works.

> I think this is due to the EnzymeRules for KernelAbstractions not supporting reverse mode yet Actually, is this also the case if I want to differentiate just the kernel...

I see there are tests for reverse for CUDA.jl: https://github.com/EnzymeAD/Enzyme.jl/blob/7d99eec57328329eba693f04aefcdd45f9420e3e/test/cuda.jl#L14 But when I try the same with KA, it errors: ```julia ERROR: return type is Union{}, giving up. Stacktrace: [1]...