vegeta@lemmy.world to Technology@lemmy.worldEnglish · 3 days agoDeepSeek's AI breakthrough bypasses industry-standard CUDA, uses assembly-like PTX programming insteadwww.tomshardware.comexternal-linkmessage-square20fedilinkarrow-up1266arrow-down18
arrow-up1258arrow-down1external-linkDeepSeek's AI breakthrough bypasses industry-standard CUDA, uses assembly-like PTX programming insteadwww.tomshardware.comvegeta@lemmy.world to Technology@lemmy.worldEnglish · 3 days agomessage-square20fedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up5·edit-22 days agomate, that means they are using PTX directly. If anything, they are more dependent to NVIDIA and the CUDA platform than anyone else. to simplify: they are bypassing the CUDA API, not the NVIDIA instruction set architecture and not CUDA as a platform.
mate, that means they are using PTX directly. If anything, they are more dependent to NVIDIA and the CUDA platform than anyone else.
to simplify: they are bypassing the CUDA API, not the NVIDIA instruction set architecture and not CUDA as a platform.
Ahh. Thanks for this insight.