ASPLOS Keynote: The Golden Age of Compiler Design in an Era of HW/SW Co-design by Dr. Chris Lattner

Sdílet
Vložit
  • čas přidán 1. 07. 2024
  • This week at the ASPLOS 2021 conference, Dr. Chris Lattner gave the keynote address to open the event with a discussion of the Golden Age of Compilers in an era of hardware and software co-design.
    ASPLOS is a multi-disciplinary conference for research that spans the boundaries of hardware, computer architecture, compilers, languages, operating systems, networking, and applications.
    ASPLOS provides a high-quality forum for scientists and engineers to present their latest research findings in these rapidly changing fields. It has captured some of the major computer systems innovations of the past two decades (e.g., RISC and VLIW processors, small and large-scale multiprocessors, clusters and networks-of-workstations, optimizing compilers, RAID, and network-storage system designs).
    This conference occurs at a time when computer architecture is facing great challenges, due both to the end of single-processor performance scaling and to new demands imposed by mobile and Giga scale computing.
    Chris Lattner co-founded the LLVM Compiler infrastructure project, the Clang compiler, the Swift programming language, the MLIR compiler infrastructure, the CIRCT project, and has contributed to many other commercial and open-source projects at Apple and Google. He now leads the Engineering and Product teams at SiFive.
    In this talk, Dr. Lattner will 'nerd out' on compilers, accelerators, and the "end of Moore's Law."
  • Věda a technologie

Komentáře • 27

  • @_____case
    @_____case Před 3 lety +67

    "LLVM... I'm a bit fond of this technology." - Chris Lattner

  • @MusicalBasics
    @MusicalBasics Před rokem +6

    A visionary and an icon.

  • @loading...3197
    @loading...3197 Před 3 lety +14

    This is amazing! Very well presented.

  • @erdemmeydanli9410
    @erdemmeydanli9410 Před 3 lety +3

    Excellent presentation. Thanks for the inspiring talk!

  • @SalehElm
    @SalehElm Před 3 lety +3

    Thanks Chris for a great talk. Very insightful and informative.

  • @wangyi8848
    @wangyi8848 Před 3 lety +2

    Great Chris Lattner, very impressive!

  • @yuanjunren5220
    @yuanjunren5220 Před 2 lety

    Thanks Chris for a great talk.

  • @Tesla_Sentiment_Tracker
    @Tesla_Sentiment_Tracker Před 2 lety +1

    Great talk Chris!

  • @renecouture3719
    @renecouture3719 Před 2 lety +1

    Great talk!

  • @m1k3b7
    @m1k3b7 Před 2 lety

    Really good, well done.

  • @MrShou46
    @MrShou46 Před 3 lety

    Superb!!...

  • @dgillies5420
    @dgillies5420 Před 2 lety +3

    I was at Google 3-8Y ago and noticed that language tools just didn't scale. gdb would take 60s to start on a 200MB binary (600MB with symbols) and often wouldn't start at all, or lost track of where i was in the program.

  • @rpcme-for-reals
    @rpcme-for-reals Před 3 lety +1

    Excellent perspective and vision.

  • @fotonical
    @fotonical Před 10 měsíci

    Great talk

  • @adrianojordao4634
    @adrianojordao4634 Před rokem

    Tx. You helped me.

  • @modolief
    @modolief Před 2 lety

    7:30 Watcom C compiler, I remember that!

  • @edgeeffect
    @edgeeffect Před 3 měsíci

    "let's go way back in time".... What, to when I'd already been a professional programmer for 10 years? ;)

  • @mikafoxx2717
    @mikafoxx2717 Před 5 měsíci

    And this is why NVIDIA and Western Digital want RISC-V cores in their stuff, the ease of development. Plus, the instruction set is design for extremely simple decode logic, using set shifts from instruction encoding to registers for immediate instructions, directly wired register selection from the selection, a single location for sign extension bit.. so you can make a 15k gate, 32 bit processor with the embedded 16 or maybe all 32 registers. Even compressed instructions are just a direct LUT to an existing common base instruction.

  • @deeplearningpartnership

    Nice.

  • @klam77
    @klam77 Před 2 lety

    does it provide annotation or tags for handwritten notes so you can search later by tag name?

  • @apivovarov2
    @apivovarov2 Před rokem +1

    and now mojo!

  • @Kenbomp
    @Kenbomp Před 3 lety +3

    Nice but hardware world is diff than open source software. Software can be used by everyone but hardware is still very locked in and . But they should aim for silly cheap projects that eventually grow. But very nice talk. Most talks don't even mention hw

    • @ryanleemartin7758
      @ryanleemartin7758 Před 2 lety +4

      yeah but the hardware world is changing in case you haven't noticed

  • @georgespix7125
    @georgespix7125 Před rokem

    IF SSA used have you cross licecensed w IBM God bless Fran Allen

  • @Lucretia9000
    @Lucretia9000 Před 9 měsíci

    No mention of VHDL nor that Wirth created hardware with his Oberon language way before chisel and this horrible python based stuff.