• trevor
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 day ago

      What are you referring to? I don’t think these changes have anything to do with AI.

      The closest thing in the article I found in the article was a mention of LLVM, which is a totally different thing from LLMs, if that’s what you’re thinking.

        • trevor
          link
          fedilink
          English
          arrow-up
          1
          ·
          17 hours ago

          Lol. The thumbnail doesnt even render for me. My bad.

      • Redjard@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        2
        ·
        22 hours ago

        They are using the LLVM to optimize the code before it is run by the computer. They say no code runs faster than the one optimized by llvm. Sometimes it doesn’t work after llvm, llvm breaks it.
        LLVM reinterprets your entire code and sometimes it interprets wrongly and breaks your undefined behavior smart tricks.
        Especially O3 they say does this a lot.
        Now that openAI has released O4, hope is that will improve.