Это видео недоступно.
Сожалеем об этом.

The End of Traditional CPU Memory?

Поделиться
HTML-код
  • Опубликовано: 19 авг 2024

Комментарии • 581

  • @AnastasiInTech
    @AnastasiInTech  Месяц назад +48

    Check out New ASUS Vivobook S 15: asus.click/vbs_anastasi

    • @luckspell
      @luckspell Месяц назад +4

      Please explain why we don't have quantum computers with Ning Li's room temperature superconductor?

    • @YodaWhat
      @YodaWhat Месяц назад +1

      @Anastasi In Tech - What about using i-squared-l logic and/or vacuum channel FETs, possibly on chiplets? I2L seemed very promising when first introduced, but it's power consumption was high since transistors were all large at that time. As a bipolar technology it will not suffer from gate leakage problems. Are there any other reasons why it might not work? As for "vacuum" channel FETs, they are 10 times faster or more, partly because they use free electrons. They also benefit from nanoscale features, are extremely radiation resistant, and they can operate comfortably at temperatures up to hundreds of degrees Celsius. Also they don't actually require vacuum when built at small nanoscales.

    • @fluiditynz
      @fluiditynz Месяц назад +1

      @@YodaWhat This is about Anastasi's Asus Vivobook commercial she boldly snuck into her main content?

    • @YodaWhat
      @YodaWhat Месяц назад

      @@fluiditynz - I left my comments and questioon here because it is the most likely place for her to see it. Nothing to do with the laptop she's promoting.

    • @hdcomputerkeith
      @hdcomputerkeith Месяц назад

      xoxooxoxoxooxox

  • @StephenBoothUK
    @StephenBoothUK Месяц назад +99

    When I first started programming, and RAM was off chip and typically a few KB, we'd spend a lot of dev time working out how to do as much as possible in as little RAM as possible and as few clock cycles as possible. These days the demands to cut development time and get new features out, more driven by senior management and Product Owners than by real customer demand, seems to have ditched those ideas. If it's too slow the customer is expected to just buy a higher spec machine and new developers are taught ways to shorten development time but not execution time. I think that this is a false economy. About 10 years ago I was able to shorten a big data-processing job from 3 days to under 20 minutes, on the same hardware, by applying the techniques I'd learned back in the 1980s to key functions. It took me 5 days, but when this is something that has to be run every week the saving soon stacks up

    • @crazyedo9979
      @crazyedo9979 Месяц назад +9

      You are absolutely right. Once I participated in a service job to get a power station running. The problem was to bring the gas engines up and running as fast as possible. After a few days the programmer had been flown in and looked for alternative assembler commands to save a clock cycle here and a clock cycle there.😁

    • @NullHand
      @NullHand Месяц назад +27

      Wirth's Corollary to Moore's Law:
      Any improvement in Hardware performance will be negated by code bloat at an equivalent rate.
      Kinda like traffic in London.

    • @gorilladisco9108
      @gorilladisco9108 Месяц назад +6

      It's not a false economy, just a different emphasize due to the change in price structure.
      In the old days, memory were expensive, so we tried to economize its use. Today's memory are so cheap, that software developing time has become the most expensive part of a system.

    • @StephenBoothUK
      @StephenBoothUK Месяц назад

      @@gorilladisco9108 the cost of memory is largely immaterial. It’s the cost of execution time. Say you’ve got a transaction that currently takes 10 minutes to complete but if the code was optimised would take 7 minutes. To optimise the code would take the developer an extra 5 days effort and the developer earns £30 an hour (that’s the mid-point for a developer where I work), so that’s about £1100 wage cost but once it’s done that cost is done. Once rolled out the application is used by 200 people paid £16 an hour (I have some specific applications we use in mind here). Saving 3 minutes per transaction means either those same staff can process 30% more transactions or we can lose 60 staff at a saving of just over £7000 a day. That extra development time would repay in a little over an hour on the first day and after that would be pure cost saving.

    • @mititeimaricei
      @mititeimaricei Месяц назад +5

      NO COPILOT! NO RECALL! This future is PRISONPLANET!

  • @AdvantestInc
    @AdvantestInc Месяц назад +175

    You really have a knack for making complex topics engaging and easy to follow for everyone! Breaking down the challenges of SRAM and introducing phase change memory in such a clear manner is no small feat. Excited for more content like this!

  • @ego.sum.radius
    @ego.sum.radius Месяц назад +116

    Science communicators who actually are professionals in their field are allways welcome. Thank you Anastasi

    • @nicholasfigueiredo3171
      @nicholasfigueiredo3171 Месяц назад +5

      I didn't even know she was from the field, I thought she was just smart. But I guess that makes sense

  • @Sergei_Goncharov
    @Sergei_Goncharov Месяц назад +4

    The point "good endurance 2*10^8 cycles" prohibits its use for cache memory. But it's really a viable and competitive option as a replacement for Flash memory!

  • @simonescuderi5977
    @simonescuderi5977 Месяц назад +18

    The problem with chiplet design is heat management.
    Since every layer is active, it burns energy and produces heat, and this isn't good.
    A secondary problem is the bus interconnect because stacking requires shared lanes, so memory layers are in parallel, making the bus interconnect a bottleneck.
    Last but not least is signal strength and propagation time: stacking layers requires precise alignment and add electron jumping around, so there's a potential limiting factor in electron propagation, noise and eventual errors. This isn't much of a problem if the system is built around it, but it still is a limiting factor.
    There are solutions: since there's one master and multiple slaves there's no risk of collisions and so you can make a lot of assumptions on the drawing board... but busses are going to become wider and more complex, and that will add latency where you don't want it.
    My 2 cents.

    • @gorilladisco9108
      @gorilladisco9108 Месяц назад

      - I wonder if they run veins of metal in between the layers to send the heat to radiator.
      - They put L3 cache on the second layer, which by virtue is quite removed from the logic circuits.

    • @pentachronic
      @pentachronic Месяц назад

      Heat, latency, voltage regulation, signal integrity, etc…. Stacked dies has never been simple which is why there aren’t many of them.

  • @rchin75
    @rchin75 Месяц назад +23

    Thanks. Amazing video. It's kind of interesting how it always comes down to the same principles. First shrinking the size in 2D, then layering stuff, and eventually going into the 3rd dimension. And when that reaches its limits, then change the packaging and invent some hybrid setup. Next, change the materials and go nano or use light etc. instead. Even the success criteria are usually similar: energy consumption, speed or latency, size and area, cost of production, reliability and defect rate, and the integration with the existing ecosystem.

    • @erroroftheworld6927
      @erroroftheworld6927 Месяц назад +2

      А потом ещё уйти в 4 измерение:D

  • @IragmanI
    @IragmanI Месяц назад +27

    I'd be curious about the thermodynamic side effects of phase change memory during transitions as the crystallisation would release heat while amorphization would be cooling

  • @timothym.3880
    @timothym.3880 Месяц назад +15

    So, the two biggest old school technologies that are slowing progress seems to be memory and batteries.

  • @danleclaire8110
    @danleclaire8110 Месяц назад +10

    I greatly admire the passion you infuse into your presentations. Your work is outstanding, please continue this excellent effort. Thank you!

  • @Brodda-Syd
    @Brodda-Syd Месяц назад +34

    "And here I wanted to make a memory joke, but I don't remember which one"😂

    • @jeffbguarino
      @jeffbguarino 14 дней назад

      I bought a book on how to improve my memory. But I forgot where I put it.

  • @bobclarke5913
    @bobclarke5913 Месяц назад +11

    You explain things so well, thanks for a well thought out presentation

  • @cpuuk
    @cpuuk Месяц назад +5

    The words "dynamic" and "static" are a reference to the powering method between state changes. You kind of hinted at this with the TTL logic diagram, but didn't expand. Static is faster because it doesn't have to wait for the re-fresh cycles before it can change state. Static also runs hotter and consumes more power- there are no free lunches ;-)

    • @simontillson482
      @simontillson482 Месяц назад

      Not exactly. DRAM consumes power all the time, because it needs constant refresh to preserve contents. SRAM only consumes power during state change. Both consume some leakage current though, and with that, SRAM consumes more due to having more transistors per bit cell. DRAM also consumes considerable current to change state, because of its larger gate capacitance. Overall, DRAM tends to consume more power per bit but costs less and is more compact, which is why we use it for main memory and reserve SRAM for cache and internal registers.

  • @rsmrsm2000
    @rsmrsm2000 Месяц назад +3

    Amazing!
    This girl researched exactly what I wanted to know.
    Thanks.

  • @vicaya
    @vicaya Месяц назад +32

    It's quite bizarre that you thought the PCM memory is a future replacement of SRAM, as the it has a switching speed of 40ns (on par with DRAM), according to the paper you cited. This is an order of magnitude slower than SRAM. The current only viable option to replace SRAM is SOT-MRAM, which TSMC is working on. Go research SOT-MRAM😁

    • @kazedcat
      @kazedcat Месяц назад +3

      It is good enough for cache application but very bad for register memory.

    • @jim-co-llier
      @jim-co-llier Месяц назад +7

      It also involves a physical change to the medium, which means wear and limited number of writes.
      I believe a similar principle has been around since at least the 90s. I used to have a CD-R/W type device that used a laser to heat up spots of a special metallic medium, changing it from smooth to amorphous. Could be rewritten some number of times.
      I will say though, your point is probably good and valid, but could have been made more constructively.

    • @cj09beira
      @cj09beira Месяц назад +4

      @@kazedcat its not good enough for cache, modern caches are at most in the low dozen of ns, 40ns is DRAM levels of latency

    • @simontillson482
      @simontillson482 Месяц назад +3

      This is true. PCM is totally useless as SRAM replacement and doesn’t have sufficient speed or rewrite resilience. Honestly, she really failed to understand its use case. It’s a great alternative to floating-gate FLASH memory, not SRAM!

    • @stavrozbach3992
      @stavrozbach3992 Месяц назад +1

      what about 4ds memory? 4.7 nanosecond write speeds

  • @rafaelgonzalez4175
    @rafaelgonzalez4175 Месяц назад +39

    My memory is so fragmented I can't tell which particle remembered me.

    • @ALTERRAa8
      @ALTERRAa8 Месяц назад +1

      😂😂😂

    • @rafaelgonzalez4175
      @rafaelgonzalez4175 Месяц назад

      @@ALTERRAa8 Alterra, also included in a game I enjoyed for a very long time. SubNautica. Thanks for the extra smiles. On my face that is.

    • @taurniloronar1516
      @taurniloronar1516 Месяц назад

      My memory is fine. Only problem is having the parity bit in a Schrödinger box.

    • @rafaelgonzalez4175
      @rafaelgonzalez4175 Месяц назад

      @taurniloronar1516 damned light. Kick the box and listen for giggles. Good one.

  • @tappyuser
    @tappyuser Месяц назад +8

    Been waiting for your vid.... Love the content

  • @petenielsen6683
    @petenielsen6683 Месяц назад +2

    I am probably close to double your age. When I say I forget a memory joke I am not kidding!

  • @donaldpmurt2446
    @donaldpmurt2446 Месяц назад +5

    Thank you Anastasi - great presentation!

  • @MoiraWillenov
    @MoiraWillenov 19 дней назад +1

    Subscribed... Always interested in intelligent people. You understand what you are saying and are not just spewing words. Fascinating.

  • @PeterBergstrom-vv2sl
    @PeterBergstrom-vv2sl Месяц назад +4

    Very interesting. Thanks for sharing your expertise. There is always something interesting in your videos. At least in the three or four i have seen so far.😊

  • @caltron919
    @caltron919 Месяц назад +5

    I worked on micron/intels PCM, optane, for a few years. While we were making peogress on some of the problems you mentioned, the venture ultimately failed due to the economics of producing the chips as well as a lack of customers. Would be cool to see it make a comeback in the future

    • @thom1218
      @thom1218 Месяц назад +2

      I am shocked she failed to mention optane as well - "new technology" lol.

    • @cj09beira
      @cj09beira Месяц назад

      had they holded on till CXL was here imo it could have taken off, it had great promise it was just in the wrong interfaces

    • @complexity5545
      @complexity5545 26 дней назад

      I thank you for your service. When intel announced that they were ending optane, I bought 6 of those PCIE drives; I caught a fire sale. Those drives are the fastest drives I have for doing some disk intensive Studio work. I wish they could've gotten the price down around $100-$200 dollars for the good stuff. I actually got 6 optanes for $45 a piece. I lucked up and bought a box.

  • @garlandgarrett6332
    @garlandgarrett6332 Месяц назад +3

    Very interesting, I like the way you present info clearly and concisely

  • @DCGreenZone
    @DCGreenZone Месяц назад +3

    Linked to my substack, title, "The very definition of brilliant" That meams you Anastasi. 😊

  • @garycard1826
    @garycard1826 Месяц назад +3

    Very comprehensive and interesting video. Thanks Anastasi! 👍

  • @bunkynpaws7369
    @bunkynpaws7369 Месяц назад +2

    Nice idea. Very similar to Nantero NRAM that also uses Van der Walls effect to provide resistive cells using carbon nanotubes for SSD/DRAM universal memory.
    I've been waiting for NRAM for 20 years, and it is only now beginning to make it's way into the data centre. Let's hope that this technology takes less time to mature.

  • @clauzone03
    @clauzone03 Месяц назад +13

    Loved the graph you put together with the memory pyramid (access time vs where is used, with volatility information)!!
    P.S. Your accent also becomes more and more easy to understand!

  • @dxd42
    @dxd42 Месяц назад +1

    Very well explained. Thanks
    We need more Journalism with clarity to present for the public the real challenges and advancements of Technology.

  • @scottwatschke4192
    @scottwatschke4192 Месяц назад +2

    That was a great video very informative. You're right, it is an exciting time to be alive with all the evolving technology.

  • @cyberkiller83
    @cyberkiller83 Месяц назад +1

    That memory joke at 2:32 hahahahahaha, it wasn't just a memory, but a recursivity joke hahahahahaha

  • @johnhughes5430
    @johnhughes5430 Месяц назад +2

    Thank you for your presentation. I found it fascinating. The phase change memory, amorphous crystal back to uniform array crystal seems like the mental models used to explain demagnetization around the currie point.

  • @hhf39p
    @hhf39p 25 дней назад

    Paul Schnitzlein taught me how to design static RAM cells. This video speaks to me. Yes the set/clear, and sense amps are all in balance. It is an analogish type circuit that can burn a lot of power when being read.

  • @SalahddineABERKAN
    @SalahddineABERKAN Месяц назад +5

    I Love the joke about Nvidea Cash 😂

  • @springwoodcottage4248
    @springwoodcottage4248 Месяц назад +22

    Interesting idea, but very speculative and in need of a demonstration at scale to assess its practicality. Moreover, although a 23% decrease in area is good for an existing bottle neck, it is not revolutionary, that would need a factor of at least 10. At the current estimated level of improvement it becomes a commercial decision on whether this improvement has a fast enough pay back to justify the r&d costs to make it practical. Is anyone making the investment to commercialize this discovery? Thank you for sharing!

    • @Aim54Delta
      @Aim54Delta Месяц назад +4

      Not really, the silicon lattice constant is only 0.7 nanometers. We can't scale in silicon below that. Germanium has a lattice constant of about 0.5. While process nodes and technology are mostly marketing terms and there is room for improvement beyond "1 nanometer process" - we are about at the end of what we can achieve with existing semiconductor paradigms. It will be almost all architecture and material sciences by 2030. We can't get much smaller.
      A 20% improvement over SRAM is disruptive even if it doesn't scale any smaller. SRAM is unable to be scaled any smaller due to the physics underwriting operation.
      We only have a few more die shrinks left before we are up against the size of the atom. ... Again, sort of ... A 1 nanometer node doesn't necessarily mean that you can make a grid of 1 nanometer square pads separated by 1 nanometer troughs on all sides, or vice-versa. But as I mentioned, the lattice constant of silicon is 0.7 nanometers, their latest process node is 1.4 nanometers. You can't really cleave off half a crystalline arrangement without having weird things happen, the next die shrink, if it is possible, would come at 0.7 nanometers. We would be, assuming we can make the grid arrangement described, making the smallest transistors possible with silicon, using existing paradigms.... And whatever paradigm comes next would need to use atoms much more efficiently - or some other concepts entirely - to function.
      On the plus side, it means that in about another 10 years, we might see computers built with the idea they could last decades in their application.

    • @springwoodcottage4248
      @springwoodcottage4248 Месяц назад +3

      @@Aim54Delta Great points! Thank you for expanding on the technological limits of the underlying physics not covered in the video. Given these fundamental limits to silicon, research efforts will move to entirely different concepts that may or may not work. Perhaps we will not see much further progress ending the decades long run of ever increasing chip performance or something new will make current silicon architectures obsolete. Fascinating field with huge commercial risk/rewards for company boards to ponder. Thank you for your comments.

  • @TimothyDanielson
    @TimothyDanielson Месяц назад +2

    Well said. Excellent video Anastasi!

  • @BartvandenDonk
    @BartvandenDonk Месяц назад +1

    This does remember me of a mechanical (robot related) movement solution.
    They used the same idea in a mechanical way.
    It works like muscle cells.

  • @rogerthomas7040
    @rogerthomas7040 Месяц назад +1

    This is not a solution to the SRAM problem, even the authors of the paper state "his work provides key materials and engineering insights towards the design and optimization of energy-efficient PCM, and could inspire the industry-scale adoption of nanoscale superlattice phase-change materials for low-power and high-density storage."
    The report states that they have a nice cell size of 45 nm, but a switching time of 40ns and endurance of 2 x 10^8 cycles (SRAM is around 10^15). So this is a possible replacement for Flash memory not SRAM.
    As a side note, the use of any heat based phase change storage solution on or near the CPU die would result in some very interesting performance issues as the heat output of the CPU would be impacted by the number of true values held within the cache storage and the frequency the cache is rewritten.

  • @dion6146
    @dion6146 20 дней назад

    It has been discussed for decades that close stacking of chips has advantages of speed and size. The issue is heat generation, thus trying to reduce the total charge (electron count per bit). New memory technology is required with far smaller charge transfered per operation.

  • @teeborg1519
    @teeborg1519 Месяц назад

    About the memory joke, I see you are well trained in dad jokes :D

  • @supremepartydude
    @supremepartydude Месяц назад

    Great stuff. As someone who built their own desktops through computer conventions in the 90s I appreciate you bringing me up to date on where we stand now in personal computer development😊

  • @wojtekbratek5156
    @wojtekbratek5156 17 дней назад

    It's incredible how realistic AI creates movies. You can fall in love.

  • @Noam_Kinrot
    @Noam_Kinrot Месяц назад

    Thank you for this video. It's great. My two issues: (1) heat dissipation, is not addressed (over cycles there is growth of H.A.Z.), (2) One thing I heard about and remember vaguely, was an attempt at self healing logics (rather, materials + control circuitry), which is aimed at reducing the need for redundancy, in elements at the core of the chip (hottest and fastest environment), and attempts to also better the chip lifetime (cycles 'til dead). -I would be grateful if you could address both.

  • @ozzymandius666
    @ozzymandius666 Месяц назад +3

    I appreciate you giving us glimpses into the future of chip design.
    I think that soon enough, AI will start to play a role in new designs.
    Thanks!

  • @marcleblanc2026
    @marcleblanc2026 Месяц назад

    This helps me immensely with my DD into the tech & companies involved in the memory sector, Thank you very much Anastasi!

  • @solidreactor
    @solidreactor Месяц назад +2

    I believe that down the line we would need to use another processor architecture than the Von Neumann one that we use today (i.e. having logic and memory separated), an architecture that instead has an "on memory compute" design, or perhaps a mix of them.
    In the end the speed of light makes it hard to compute over longer distances (i.e. CM or even MM) specially when the frequency goes up and the data becomes even larger.

    • @DFPercush
      @DFPercush Месяц назад

      So basically smart RAM chips with shaders?

  • @Sven_Dongle
    @Sven_Dongle Месяц назад +154

    I invented stacking when I was 3.

    • @grndzro777
      @grndzro777 Месяц назад +3

      Astro blocks.

    • @snakezdewiggle6084
      @snakezdewiggle6084 Месяц назад +4

      @Sven_Dongle
      Was that you!?
      I though it was David!
      Good job 👍😉😆
      I enjoy your work.

    • @fachryaruwija9777
      @fachryaruwija9777 Месяц назад

      Yups.. but it keeps bulking

    • @robertsmith2956
      @robertsmith2956 Месяц назад +3

      Not bad. My kid at 2 would stack boxes to make a stair to get over the gate. Necessity is the mother of inventions.

    • @multivariateperspective5137
      @multivariateperspective5137 Месяц назад +2

      Oh hey Al gore… when did u change your name? Lol

  • @kotztotz3530
    @kotztotz3530 Месяц назад +1

    I'd love to see a AIT and High Yield collab someday :D

  • @Progameroms
    @Progameroms Месяц назад +2

    loved that memory zinger, ur so awesome!

  • @Dr.Juergens
    @Dr.Juergens 25 дней назад +1

    3 nm and so on is a marketing term that has no relation to any dimension of the transistors anymore. The true gate width until now is 14 nm due to asml's lithography machines limitation. The next step for the next decade is going down to 8nm (about 80 atoms wide).

  • @i2c_jason
    @i2c_jason Месяц назад +1

    My concern with the phase change memory is just the lifetime and reliability. Do the cells grow oxides or change chemistry over time? Can they be ruined by ripple or electrical noise at scale that hasn't been discovered yet? Etc. Love your videos!

  • @Rkcuddles
    @Rkcuddles 27 дней назад +1

    Haha love how much joy enjoyed your own memory joke

  • @jaimeduncan6167
    @jaimeduncan6167 Месяц назад +1

    As always fantastic work. I am not so enthusiastic right now with the new technology an endurance of 2E8 is amazing for something like storage, but the computer will go over that in no time for the cache. Even a microprocessor that is not super scalar and runs on the ghz range will be accessing memory in the other of 10^9 per second. Clearly, that access is per cell, and not for the full memory but they need to improve that number a lot.

  • @theminer49erz
    @theminer49erz Месяц назад +2

    I remember hearing about the SRAM scalling issue some time before the Zen4 release, but then haven't heard anything even though I kept hearing about shinking nodes. Been curious what was coming of that. I was thinking that since it's not benefiting from the scaling, if it may have been counterproductive regarding degradation etc. I wonder if that is what is happening with the Intel 13 and 14K skus? I guess we will find out soon enough. Thanks for the update, I'm glad they are on top of it!

  • @jamesjohn2537
    @jamesjohn2537 Месяц назад +2

    thank dear, its informative

  • @hovant6666
    @hovant6666 Месяц назад +1

    Cooling the buried cores may present a problem in the future

  • @pentachronic
    @pentachronic Месяц назад +1

    OK I’m calling this out as not feasible in lots of cases. The issue is that SRAM needs to be tightly coupled into an architecture to get the performance benefit. However if a bond-out pad is required (eg chiplet etc) via Bunch Of Wires interface then there will be a delay penalty due to capacitance and transmission line issues. This means added latency and a performance hit. Might be useful for L2 cache but anything local it is of no use. SRAM at the local level is still the best solution.

  • @TheBann90
    @TheBann90 Месяц назад

    Your channel has really improved over the 2 or so years Ive followed you. Im impressed!

  • @filker0
    @filker0 Месяц назад +1

    I worry about using non-volatile memory for primary or cache memory because of the security aspect. If the information remains after power is interrupted, quite a few "secrets" will be in clear text, and the determined and well equipped "bad actor" will be able to extract surprising amounts of information from a system.
    My industry has to issue letters of volatility with everything we produce, and for anything with NVM, the sanitization procedure usually involves removing the part with non-volatile storage and destroying it. The only exception is when it can be proven that the hardware is incapable of writing to that NVM from any component present on the assembly, even if malicious or maintenance software is loaded onto the device. This phase change memory built in the same package as the CPU logic could not be provably zeroized without some sort of non-bypassible hold up power, and that would increase the cost and size of the chip package.
    I think this is very promising for secondary addressable storage, but I don't see it replacing main memory in most applications.

  • @GaryBeilby
    @GaryBeilby Месяц назад

    In addition to learning heaps about memory, I really enjoyed hearing you say SRAM lots.

  • @user-di4bt7qu2i
    @user-di4bt7qu2i Месяц назад

    This is an excellent explanation of the current state of IC memory. Thanks.

  • @cemery50
    @cemery50 Месяц назад

    One of the chief benefits I can see in going to optical computing is the ability to have associative addressing through polarization and muliple concurrent optical reading/writing heads for raid like processing.

  • @walterk7934
    @walterk7934 Месяц назад

    Make a memory joke but I don’t remember which one. 😂

  • @elinope4745
    @elinope4745 Месяц назад

    I believe that the problem of quantum tunneling limitations to size can be addressed by temperature as well as ionic state. This implies that mechanical cooling is a requirement which is expensive and inefficient.

  • @marsthunder
    @marsthunder Месяц назад

    Stacking silicon...who woulda thought ...now it makes perfect sense for chip real estate. Thank you for your brilliant assessment of the latest chip technology. You have expanded my knowledge regularly.

  • @gad2864
    @gad2864 Месяц назад

    Interestingly, computing is still based upon an electron pump system when the Spherical Photon Well combines logic and data storage in one system that moves at the speed of light.

  • @fhajji
    @fhajji Месяц назад +1

    Non-volatile and low-latency at the same time, coupled with scalability and hopefully cost-effectiveness in manufacturing, would be a huge technological leap. Thank you for the information.

  • @bhuvaneshs.k638
    @bhuvaneshs.k638 Месяц назад +3

    Another banger video. Do you have discord channel to reach out to?

    • @devilsolution9781
      @devilsolution9781 Месяц назад

      telegram probably if shes russian

    • @mititeimaricei
      @mititeimaricei Месяц назад

      NO COPILOT! NO RECALL! This future is PRISONPLANET! NO WORK NON-STOP!

  • @anirudhapandey1234
    @anirudhapandey1234 Месяц назад

    Thanks for the updates, really informative... I was working on OTP memory designs and this new time of glass memory is looking similar to the concept of OTP memory, may be we can see this kind of evolution in OTP memories side also.

  • @strider_hiryu850
    @strider_hiryu850 Месяц назад

    what really excites me about this new PCM technology is it's analogue compatibility. i really think APUs will catch on within the next 10 years or so. and this type of RAM is perfect for that application

  • @okman9684
    @okman9684 Месяц назад +1

    14:05
    Anastasi: 0.16 micro m² 🤔
    Subtitles: 0.016 micro m²🤓
    I think you you should pronounce every number after decimals one by one rather than calling them at once

  • @GeoffryGifari
    @GeoffryGifari Месяц назад +2

    So each of the 2 phases of the PCM has a different resistance, so the computer can tell 1 from 0?
    Can PCM memory be integrated in the same chip as the processor core? Seems like it requires a unique material to be added on a chip

  • @panzerofthelake4460
    @panzerofthelake4460 Месяц назад +2

    Skeleton meme hahaha

  • @vijo2616
    @vijo2616 29 дней назад

    Xilinx's (now AMD) HBM products were combining FPGAs with DRAM chiplets on a silicon interconnect substrate back in 2018.
    Altera released similar tech a year later.

  • @gljames24
    @gljames24 Месяц назад +1

    It should be mentioned that process node sizes like N3 or N5 nodes are density measurements and not actually a transistor size. Intel 10nm was equivalent to TSMC 7nm as they average over different area sizes and utilize different shapes and can't be compared directly or even with the size of a silicon atom which is only 0.1 nm in "size".

  • @tehNashty
    @tehNashty 24 дня назад

    Damn it! I thought of this back in 1984 and was told it wasn't possible... 😢

  • @asm_nop
    @asm_nop Месяц назад

    This sort of tech is very interesting, because depending on how it advances, it stands to change the computing landscape in one or more different ways. If Phase-Change Memory is fast enough and gets good enough density, it can replace SRAM in L3 cache. If the speed cannot get high enough, it could still find use as an L4 cache or a replacement for DRAM. If all else fails, I bet it could give Flash storage a run for its money.

  • @saltydog7692
    @saltydog7692 Месяц назад

    Great content! Please stop the zoom in/out effect when cutting your video. There is so much of it I get nauseous watching. Otherwise, you do an excellent job explaining this interesting topic.

  • @AmaroqStarwind
    @AmaroqStarwind 21 день назад

    I wish TCAM (ternary content addressable memory) and nvSRAM both had a chance to become more widespread.

  • @darkflip
    @darkflip Месяц назад +1

    So fancy! I think I want that laptop

  • @sounghungi
    @sounghungi 24 дня назад

    Correct me if im wrong but we've been exploring stacking for a while with things like HBM being a stack of memory for GPUs.

  • @entwine
    @entwine Месяц назад

    AFAIK, PCM itself is a fairly old idea and many companies (e.g. Samsung, Micron, Western Digital, IBM) have experimented with it and even made products using PCM. This new advance just makes PCM more competitive at the time when SRAM is struggling to keep meeting the needs of the industry. So it is a big deal, just not a completely new big deal ;)

  • @mjmeans7983
    @mjmeans7983 Месяц назад

    A nonvolatile cache memory creates exciting new ways that processor microcode that can be infected with impossible to trace privacy stealing back doors.

  • @bobmagna
    @bobmagna Месяц назад

    Suggest captions. I think I’d like Anastasi in Tech even more.

  • @hoonhwang4778
    @hoonhwang4778 Месяц назад

    Ms. Anastasia is so lovely, hard to concentrate on her narration let alone it's not easy subject to understand.😊

  • @complexity5545
    @complexity5545 26 дней назад

    This was an unexpected good video. This is my first video watch of the channel.

  • @ExpositLtd
    @ExpositLtd 24 дня назад

    Rambus memory walks into the room. Where my royalties?

  • @GeoffryGifari
    @GeoffryGifari Месяц назад +2

    Would be interesting to know what makes 3D stacking structure so difficult to achieve

    • @GeoffryGifari
      @GeoffryGifari Месяц назад +3

      Heat exchange maybe?

    • @GodbornNoven
      @GodbornNoven Месяц назад +2

      Yes, though theres more limitations, it's really hard to manage heat in a 3d structure.
      It also requires new innovative ways to do it.
      This is why a room temperature super conductor would be such an amazing breakthrough. You wouldn't need to worry about heat management and you could up the frequency to Thz levels while maintaining manageability even in a 3d transistor structure. Computing would be millions and billions and even trillions of times faster

  • @bobbyshaftoe
    @bobbyshaftoe Месяц назад

    this crystalamorphous state change.. that means it's non-volatile?? Wow.

  • @thom1218
    @thom1218 Месяц назад +1

    @Anastasi - you might want to re-post this video taking Intel Optane memory into account. It's a non-volatile PCM memory that's been out for years, and even used as DRAM. As another comment mentioned, it failed due to the expensive manufacturing of the chips and the market simply wasn't there mostly due to fierce competition from flash memory.

    • @cj09beira
      @cj09beira Месяц назад

      optane's real problem was it being place in 2 places where it didn't belong, one was a flash competitor which placed it in a much too slow interface, another was in DIMM competing with much faster Dram chips, if we make a dedicated space for it optane could really bring some benefit but we need to do it the right way.

  • @TobeFreeman
    @TobeFreeman Месяц назад

    Thank you! Just wanted to say you have a mistake in the figure you show (e.g. 12:38) labelling the latency of flash memory as milliseconds (1/1000s) when, as you say in the audio, the latency is in microseconds (1/1000000s)

  • @simphiwehlela5399
    @simphiwehlela5399 Месяц назад +2

    Great information 😊

  • @piginus2
    @piginus2 Месяц назад +1

    damn.. really wanted to hear that memory joke

  • @costrio
    @costrio Месяц назад +1

    What about keeping the heat down. Sure lower power required in some case but stacking should also increase the requirement for improved cooling perhaps?

  • @garylcamp
    @garylcamp Месяц назад

    I had thought of building memory (and the whole IC) in 3D 10 years ago. I think I even put the idea in my website years ago. One part of my idea that is not used yet is using microfluidics to cool the chips that are stacking transistors in 3D, thus restricting heat transfer. The channels could run many levels, and of course, they need fluid-tight connections (a big problem). And use optics to communicate instead of a BUS. Possibly LED or laser tech.

  • @bgjohns47
    @bgjohns47 Месяц назад

    PCM memory chip technology has been in R&D since the mid 2000s. Intel, StMicroelectronics and Ovonyx were in the game together in a joint development starting around 2005. Samsung was also doing research in PCM. I believe the biggest player now in Micron Technology.. And you are correct about all the advantages of PCM. I believe the two big challenges are being able program the device.into two or more distinct, well defined resistance states reliably coupled with manufacturing very small structures with precise dimensions. Nvidea is talking about PCM.

  • @CosmosNut
    @CosmosNut Месяц назад

    I very much appreciate your videos and recommend them to every engineer I know !!

  • @berndhaas431
    @berndhaas431 27 дней назад

    Great video - thank you Anastasi :-) I think if we stack much more memory as 3rd level cache chiplets on top of CPUs we may reach the size of gigabyte 3rd level cache. And this would eliminate the external DIMMs on the mainboard which makes future Notebooks and PC again cheaper and reduces not just the complexity of the mainboard but also of the operating system, drivers and firmware because data can be loaded directly via fast PCIe lanes connected SSDs to 3rd level cache.

  • @DrinkingStar
    @DrinkingStar Месяц назад

    Although I do not comprehend all the things you mentioned, what I do understand I find very fascinating. Yours and videos of others help me to decide on what companies and technologies in which to invest (= gambling) at the Wall Street Casino. Investing in stock is like playing Black Jack. The more you know such as via "card counting", the better your chances of winning. For me, your advice is akin to card counting when it comes to gambling on stock purchases. Thanks for your insight in this realm.
    BTW, my 1st computer was an Atari 800XL which I purchased in 1985. I also wrote code in Atari Basic and in HiSoft Basic. Ten years later, I used the program I wrote to analyze the data for my Master's degree in Human Nutrition. With the Windows computers, writing code now has become too complicated for me, so I have given up on that endeavor.

  • @Nick-qy3hu
    @Nick-qy3hu Месяц назад +1

    Your Asus ad was impressive. It took a few seconds for me to realize what it was. It absolutely fit your narative.
    Well done. 🙂

    • @OscarGGL
      @OscarGGL Месяц назад +3

      You can put it another way. Anastasi did her best in NOT acknowledging that it was an advertisement. It's my personal opinion that it is unprofessional and misleading to viewers to not acknowledge such fact in the video. There isn't a single ad tag in the video description...

  • @johnjakson444
    @johnjakson444 Месяц назад

    One way of attacking the Memory Wall hierarchy is to attack it from the top, use RLDRAM which has been around for >25 years but only in NPUs (network PUs) since it offers DRAM cycle rates closer to 1ns but latency of 10ns or 8 clocks. Since it is highly banked, 16-64 banks working concurrently allows for 8 memory accesses every 8 clocks so throughput is 2 orders better than conventional DRAM. Of course in single thread use, not much benefit and to keep as many threads in flight requires that thread selects pseudo randomly across the banks and not hit on the same bank successivly.This could be used as an extra layer between normal DRAM on slow DIMM packages and the first SRAM cache level. This RLDRAM layer is where it would be used in CAM modules or soldered. We are substituting The Memory Wall for a Thread Wall here. But we already are used to having dozen threads these days. The RLDRAM model could be applied one level lower down in an RLSRAM version which would be perhaps several times faster but allow bank cycles and latency near 1-2ns but still 8 clocks and 16 banks.