“Scarcity is the mother of invention” …looks like optimisation is back on the menu boys, something the Americans have forgotten whether for games, softwares, apps etc.

  • Zarxrax@lemmy.world
    link
    fedilink
    English
    arrow-up
    60
    arrow-down
    1
    ·
    3 days ago

    Per the article, they just developed a faster algorithm for a specific type of material simulation.

    • Isoprenoid@programming.dev
      link
      fedilink
      English
      arrow-up
      35
      ·
      3 days ago

      Per the article, they just developed a faster algorithm for a specific type of material simulation.

      You’re underplaying it.

      As per the article:

      This has broad implications for industries that require detailed material analysis, including:

      Aerospace and Defense: Improved modeling of material stress and failure in aircraft structures.

      Engineering and Manufacturing: More efficient testing of materials for construction and industrial applications.

      Military Research: Faster development of impact-resistant materials for defense systems.

      • Avieshek@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        19
        arrow-down
        12
        ·
        3 days ago

        Yes, exactly… For another example, the DeepSeek team developed their own replacement to CUDA called PTX (Parallel Thread Execution) a lower-level assembly-like language that allows for more granular optimisations of GPU performance offering 10X efficiency improvement recently as GPU sanctions were levied on China. This innovative approach not only challenges the dominance of CUDA in the AI landscape but also opens up new possibilities for optimizing GPU performance in various applications and this is what missing not only from those relying on Nvidia but its competitors whether AMD or Apple that prefers to have its own proprietary solutions.

        • prettybunnys@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          24 minutes ago

          DeepSeek team developed their own replacement to CUDA called PTX (Parallel Thread Execution) a lower-level assembly-like language that allows for more granular optimisations of GPU performance offering 10X efficiency improvement recently as GPU sanctions were levied on China

          No they didn’t. NVIDIA created PTX

        • boonhet@lemm.ee
          link
          fedilink
          English
          arrow-up
          18
          arrow-down
          1
          ·
          3 days ago

          Nvidia developed PTX, DeepSeek leveraged it to do some load balancing work they couldn’t do in CUDA. They still also use CUDA.