ffrancesco94
ffrancesco94
Hi, Sorry to revive this old thread. I was just wondering why I can't use PyVista filters if I just wrap the output of the reader in a mesh. For...
Hi, thank you for your reply. I understand what you meant, but if you look at my code, I'm wrapping each output of the updated reader, so it should use...
Hi, Is it safe to downgrade those packages? I'm on Manjaro and ROCm version currently is 5.6.1. Upon doing using AMDGPU I get the following error: ``` [ Info: Precompiling...
Same for Proton drive as well. In my case I actually get an error about not syncing properly and the file remains online.
+1. I was looking at Lux.jl and it's a shame that they have native support for NCCL but not for RCCL.
I ended up fixing it by computing metrics only on the main process. I used `accelerator.gather_for_metrics()` and then the following: ```python if accelerator.is_main_process: metrics.compute() ``` Only workaround I could find...
Opened https://github.com/JuliaGPU/AMDGPU.jl/issues/795, let's see. Thank you!
In a clean environment, it gives this somewhat similar message: ```julia ERROR: LoadError: GPUCompiler.InvalidIRError(GPUCompiler.CompilerJob{GPUCompiler.GCNCompilerTarget, AMDGPU.Compiler.HIPCompilerParams}(MethodInstance for (::WaterLily.var"#gpu_##kern_#545#223"{WaterLily.var"#fill!#220"{2, Float32, Int64, AutoBody{WaterLily.var"#comp#234"{Bool, var"#10#14"{SVector{3, ComplexF64}, Float64}, WaterLily.var"#231#235"}, WaterLily.var"#231#235"}}})(::KernelAbstractions.CompilerMetadata{KernelAbstractions.NDIteration.DynamicSize, KernelAbstractions.NDIteration.DynamicCheck, Nothing, CartesianIndices{2, Tuple{Base.OneTo{Int64}, Base.OneTo{Int64}}},...
I am on master (I think: from Pkg> I did `add WaterLily#master`). AMDGPU version is 1.0.1. This is my `AMDGPU.versioninfo()` output: ``` [ Info: AMDGPU versioninfo ┌───────────┬──────────────────┬───────────┬────────────────────────────────────────────────────────────────────────────────────┐ │ Available │...
Hi again. It seems that the error that I posted at first was not the one stemming from `master`. Running it from `master` gives the following stacktrace instead: ``` ERROR:...