AMDGPU.jl icon indicating copy to clipboard operation
AMDGPU.jl copied to clipboard

[rocSOLVER] Interface geblttrf_npvt and geblttrs_npvt

Open amontoison opened this issue 9 months ago • 3 comments

cc @sshin23

amontoison avatar Mar 27 '25 16:03 amontoison

Tests fail because of incompatibility with GPUCompiler 1.3. Are you on latests commit?

Otherwise there's already a fix, but it will be merged in a bit

pxl-th avatar Mar 27 '25 19:03 pxl-th

@pxl-th Yes, I rebased before doing these commits. I try to test my PR on the MI300x that we have here at Argonne but I have these errors:

'gfx942' is not a recognized processor for this target (ignoring processor)
warning: sramecc 'On' was requested for a processor that does not support it!

amontoison avatar Mar 27 '25 19:03 amontoison

MI300x requires LLVM 18, so you can try with Julia 1.12, but I haven't tested AMDGPU with 1.12 at all yet.

pxl-th avatar Mar 28 '25 11:03 pxl-th

Can this be merged together with #816 @amontoison ?

luraess avatar Sep 05 '25 12:09 luraess

@luraess Yes, we can merge both PRs.

amontoison avatar Sep 05 '25 13:09 amontoison