isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.28k stars 2.28k forks source link

Integrate ZLUDA for AMD CUDA #6654

Open GermanAizek opened 7 months ago

GermanAizek commented 7 months ago

Checklist

Proposed new feature or change

Describe the feature https://github.com/vosen/ZLUDA it can give runs cuda programs on amd gpu if cuda code is optimized

References

No response

Additional information

No response

Pandapip1 commented 7 months ago

What is the advantage of ZLUDA over VUDA, which seems a lot more mature?

GermanAizek commented 7 months ago

What is the advantage of ZLUDA over VUDA, which seems a lot more mature?

I dont know about project.

purepani commented 4 months ago

ZLUDA works on precompiled binaries, so you wouldn't have to write any code(assuming the translation works). This is meant more for users of an application rather than developers. Since the change of VUDA is super simple, it probably makes more sense to use that. though I'm not sure, but it looks like zluda covers a wider range of the NVIDIA stack.

Pandapip1 commented 4 months ago

I've also found https://github.com/ROCm/HIPIFY. Might also be worth taking a look at.

Gilabite commented 4 months ago

This fork of ZLUDA is newer than the original and still actively being worked on https://github.com/lshqqytiger/ZLUDA