this post was submitted on 01 Sep 2025
58 points (95.3% liked)

Technology

74926 readers
3092 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] SharkAttak@kbin.melroy.org 6 points 1 week ago

Of course, they were told to.

[–] Buffalox@lemmy.world 3 points 1 week ago* (last edited 1 week ago)

Weird article IMO??? Forget the startups, unless they are backed by very major players they don't stand a chance. They have their competences, but I seriously doubt competing with Nvidia on making AI chips is among them.
The players to watch are Huawei, Baidu, Tencent and the likes. Who have already been working on this for a while, and have actual working and useful products.

While Huawei is the leader, Chinese companies don’t want to rely entirely on the company.

I don't understand how that statement is supposed to make much sense? When Chinese companies were happy using Nvidia and being dependent on Nvidia. Why wouldn't they be equally happy using Huawei if it's the best option after the government has forbidden them from using Nvidia?
It may be true, but there is zero explanation why it is.

To the ones that think China can just use AMD instead, they really can't, AMD is under the same restrictions Nvidia is, and AFAIK AMD has not designed a chip to sell to China within those restrictions.

[–] Melusine@tarte.nuage-libre.fr 1 points 1 week ago

It's not like they would not do anything after being blocked by the USA.

[–] mal3oon@lemmy.world 1 points 1 week ago (1 children)

AMD entered the chat.

They've been trying to do it for ages, and they're forever a tad closer. The software stack is where the challenge lies, not the hardware. Still today, you can buy AMD hardware that on paper is better than Nvidia's, yet you can't squeeze out similar performances matching shittier Nvidia cards. Even still, rocm, the 'cuda' for AMD, can't even compete with even vulkan (an open source agnostic backend). So I doubt china will deliver that fast.

[–] Buffalox@lemmy.world 1 points 1 week ago

AMD is under the same restrictions Nvidia is, but hasn't designed a chip within those restrictions to sell to China like Nvidia did.

[–] survirtual@lemmy.world 1 points 1 week ago

Software like wgpu makes it much easier to close the gap between various GPUs. New compute languages that are backend-agnostic are appearing, in the same vein as taichi-lang, that make it significantly easier to make high-performance gpu kernels deployable anywhere.

The compute groundwork for crossplatform tensor calculations is already here. Inference is already doable on any device. Training is not far behind. As a side-effect of this, processing on the GPU in every capacity, like physics, novel rendering techniques, or whatever else the imagination can muster, is now within grasp of "average" programmers.

If you have always been intimidated by GPU programming, I urge you to take another look now. The landscape is radically different. The software moat everyone talks about with NVIDIA is smoke-and-mirrors. Cuda is old news, though I am speaking to the actual code landscape here, not the common mental consensus.

What we lack now is cheap video cards that have high memory. I believe the current cards are overpriced by about 10 - 100x what they should be, because this profit situation is extremely temporary. Just as pens were once thousands of dollars, these compute devices will be collapsing in price.

I welcome China building cheaper video cards. Hopefully we will all benefit from it before any robot wars break out.