cjordan / hip-sys

Rust bindings for HIP
Apache License 2.0
5 stars 3 forks source link

support ROCm 6+ , fix #4 #5

Closed d3v-null closed 4 months ago

d3v-null commented 5 months ago

Fixes #4

This works on Setonix, however there seems to be an issue testing this with my Radeon RX 7800 XT. I can't get anything to work except the hip_info demo. It would be great if you could test this on your AMD hardware too if you have the time. Cheers!

d3v-null commented 5 months ago

I was able to test this one my 7800XT on rocm6 eventually, just needed to manually set the architecture in HIP.

Because I was unable to get it working inside the Pawsey-provided docker containers, I wasn't able to test on rocm5, but that's probably an issue with the containers.

Let me know if you still have time to maintain this repo, otherwise I can keep it up to date on my own fork.

Thanks

cjordan commented 4 months ago

Thanks @d3v-null. The code looks good and cargo test passes on my home desktop (5700XT, hip & rocm 6.0.2).

Apologies on the delay; somehow this fell off my radar.

d3v-null commented 4 months ago

Thanks Chris!