←back to thread

1045 points mfiguiere | 10 comments | | HN request time: 0.418s | source | bottom
1. sam_goody ◴[] No.39345359[source]
Aside from the latest commit, there has been no activity for almost 3 years (latest code change on Feb 22, 2021).

People are criticizing AMD for dropping this, but it makes sense to stop paying for development when the dev has stopped doing the work, no?

And if he means that AMD stopped paying 3 years ago - well, that was before dinosaurs and ChatGPT, and alot has changed since then.

https://github.com/vosen/ZLUDA/commits/v3

replies(8): >>39345406 #>>39345461 #>>39345506 #>>39345527 #>>39345613 #>>39345897 #>>39347694 #>>39350160 #
2. EspadaV9 ◴[] No.39345406[source]
Pretty sure this was developed in private, but because AMD cancelled the contract he has been allowed to open source the code, and this is the "throw it over the fence" code dump.
replies(1): >>39345519 #
3. Ambroisie ◴[] No.39345461[source]
My thinking is that the dev _did_ work on it for X amount of time, but as part of their contract is not allowed to share the _actual_ history of the repo, thus the massive code dumped in their "Nobody expects the Red Team" commit?
4. rswail ◴[] No.39345506[source]
Have a look at the latest commit and the level of change.

Effectively the internal commits while he was working for AMD aren't in the repo, but the squashed commit contains all of the changes.

5. rrrix1 ◴[] No.39345519[source]
This.

    762 changed files with 252,017 additions and 39,027 deletions.
https://github.com/vosen/ZLUDA/commit/1b9ba2b2333746c5e2b05a...
6. michaellarabel ◴[] No.39345527[source]
As I wrote in the article, it was privately developed the past 2+ years while being contracted by AMD during that time... In a private GitHub repo. Now that he's able to make it public / open-source, he squashed all the changes into a clean new commit to make it public. The ZLUDA code from 3+ years ago was when he was experimenting with CUDA on Intel GPUs.
7. SushiHippie ◴[] No.39345613[source]
The code prior to this was all for the intel gpu zluda, and then the latest commit is all the amd zluda code, hence why the commit talks about the red team
8. Zopieux ◴[] No.39345897[source]
If only this exact concern was addressed explicitly in the first FAQ at the bottom of the README...

https://github.com/vosen/ZLUDA/tree/v3?tab=readme-ov-file#fa...

9. ◴[] No.39347694[source]
10. Detrytus ◴[] No.39350160[source]
This is really interesting (from the project's README):

> AMD decided that there is no business case for running CUDA applications on AMD GPUs.

Is AMD leadership brain-damaged, or something?