Skip to main content
PyTorch

PyTorch

Computer applicationWikipedia

Search complete. 156 mentions across 73 episodes found for "PyTorch".

Sep 11, 2026

Amir HaghighatGUEST
13:14
Uh, that is a different kind of problem.
Amir HaghighatGUEST
13:16
It's not a, you know, PyTorch or CUDA problem.
Amir HaghighatGUEST
13:19
It's an infrastructure distributed systems problem.
Amir HaghighatGUEST
13:22
Where do you go and get these GPUs, especially when there is such a shortage? Uh, how quickly do you spin up these new replicas so that the traffic doesn't notice that things, uh, uh, its slowness in, uh, in, in, in cold start times?
Adam ReynoldsGUEST
7:55
I mean, way back when I had a...
Adam ReynoldsGUEST
7:57
I was using PyTorch and TensorFlow.
Adam ReynoldsGUEST
7:59
I don't know if anybody here knows that kind of technology.
Adam ReynoldsGUEST
8:01
Using PyTorch and TensorFlow, I taught my computer how to play Mario Kart.
Adam ReynoldsGUEST
8:05
I trained it on being able to run the Mario Royal Raceway, which is basically an oval track.
Adam ReynoldsGUEST
8:09
But that took...
Mark SaroufimGUEST
9:25
And so like what ends up happening is that like these values only ever increase.
Mark SaroufimGUEST
9:29
Like if you look at PyTorch, for example, or most open source repos, A tools and R tools only ever increase because you usually get flakes.
Mark SaroufimGUEST
9:35
To avoid the flakes, people just increase the tolerances.
Mark SaroufimGUEST
9:37
And we just don't have a good way of knowing how to fix these problems because we go like, oh, is it a CUDA driver thing? Is it a library thing? Is it a new bug in the kernel? And then maybe the bug is okay because the performance speedup is okay, but maybe some customers are not okay with an 8% speedup if it changes the numeric slightly, and maybe some are.
Mark SaroufimGUEST
9:56
Then there's a long list of PyTorch issues that get opened up of like, well, we're trying to have this CPU program that doesn't match my GPU program.
Mark SaroufimGUEST
10:04
And then they're like, how come it's a bug? And you're like, well, it's not a bug because it turns out it's not like NVIDIA follows the entire IEEE format for tensor cores.
Mark SaroufimGUEST
10:12
And that's just something we have to understand and be okay with.
Bryce Adelstein LelbachHOST
12:16
Which of these are we going to preserve quality for? And we knew that this one, this was the variable that was most important, that if we didn't conserve angular momentum, then the whole simulation would become numerically unstable.
Mark RenGUEST
10:29
Yeah, for example, one attendee asked us to create a multi-agent workflow for 40 gigabytes per second chip-to-chip link using the interlaken protocol across two 30th lanes.
Mark RenGUEST
10:42
And another attendee asked us to build a processing memory engine integrated with PyTorch.
Mark RenGUEST
10:47
So basically, the first one moved from protocol research to RTL and sign-off.
Mark RenGUEST
10:52
The other moved from AI workload and performance modeling down to a memory system integration.
Rohan AnilGUEST
62:14
Yeah, we're planning to.
Rohan AnilGUEST
62:16
I mean, we don't know yet about the weights and stuff, but we are pretty like, you know, like the team is composed of people who've largely worked on open systems like PyTorch and Marcus works on, he wrote Flash Attention V4.
Rohan AnilGUEST
62:30
So the team is pretty like kind of like Swapnil or the scaling book, the GPU section of it.
Rohan AnilGUEST
62:36
the team is pretty much like systems and stacked on like kind of contributing to external so if we improve kernels we'll absolutely contribute it if we find new ways of doing things we're fine to give people ability to use that to do better but the other part is sort of like how like you know the thing that I cannot commit to is like the business model because we do have to exist in this ecosystem and knowing like we're a small company and what is our like leverage we would want to figure that out but we are in like very reasonable
Chris PottsGUEST
19:59
There's always competition, and I think at that level of just thinking about programming interfaces and APIs, they can all learn from each other.
Chris PottsGUEST
20:05
And so, like, you know, DSPy learned a lot from PyTorch in terms of layer-wise design and the kind of modularity that introduced.
Chris PottsGUEST
20:12
And then, of course, you would hope that everyone kind of slurps up all these interesting innovations, and it leads to everyone being better.
Chris PottsGUEST
20:19
There's lots of evidence of that at the level of interfaces.
Anush ElangovanGUEST
9:35
Of course, there are fringe cases where we still don't know and we are willing to stand them up as soon as we find out what they'd like.
Anush ElangovanGUEST
9:45
But most of the frameworks like PyTorch, VLLM, SG-Line, all of those are now currently like 100%, you know, like we have 100% enablement.
Anush ElangovanGUEST
9:57
And then there's obviously, you know, the benefits of having that kind of CR, like we can block PRs that go in and are always tested on AMD, which gives us the ability to ensure that the upstream projects do not get into a stage where they just regress AMD and the code was just tested on NVIDIA.
Anush ElangovanGUEST
10:21
And I think that's really powerful because it's a big flywheel that keeps making the baseline
AmberCORRESPONDENT
1:19
Es una mirada poco común al interior de un fallo adversarial en tiempo real, y llega mientras los reguladores todavía están redactando sus respuestas.
AmberCORRESPONDENT
1:27
En el frente de la gobernanza, Daniel tiene las novedades sobre PyTorch.
DanielCORRESPONDENT
1:31
La PyTorch Foundation acaba de otorgar dos asientos platinum de gobernanza, con representación plena en la junta directiva y en el consejo asesor técnico a Alibaba Cloud y Cambricon, mientras Ant Group se incorpora como miembro gold.
DanielCORRESPONDENT
1:47
El anuncio se realizó el miércoles en KubeCon + la PyTorch Conference China en Shanghai, donde las tres compañías compartieron el escenario principal junto al miembro existente Huawei.
DanielCORRESPONDENT
1:58
Esto ubica a tres entidades chinas con influencia a nivel de junta dentro de la gobernanza del framework de investigación en IA más utilizado en el mundo.
DanielCORRESPONDENT
2:08
De vuelta con Amber para las noticias del Capitolio.
AmberCORRESPONDENT
2:46
La Cámara de Pensilvania también reanudó hoy sus trabajos con cinco proyectos de ley sobre IA en la mesa, entre ellos prohibiciones a aplicaciones de desnudificación y normas de seguridad para chatbots.
Edo SegalHOST
2:57
Lo que une todos estos hilos es una sola presión.
AmberCORRESPONDENT
1:32
Para conocer las últimas novedades sobre la gobernanza de la IA de código abierto, le damos la palabra a Daniel.
DanielCORRESPONDENT
1:38
Este miércoles, en CubeCon China, en Shanghái, la PyTorch Foundation sumó tres nombres relevantes a su estructura de gobierno.
DanielCORRESPONDENT
1:46
Alibaba Cloud y Cambricon se incorporaron como miembros Platinum, con lo que cada uno obtiene un asiento en el consejo y otro en el consejo asesor técnico, mientras que Ant Group se unió como Gold.
DanielCORRESPONDENT
1:59
Las tres compañías compartieron el escenario del discurso inaugural junto a Huawei, abordando temas que van desde el despliegue a escala de Qwen hasta los entornos de agentes basados en Kubernetes.
DanielCORRESPONDENT
3:28
Y en el frente de la financiación, Forus levantó una serie C de ciento cincuenta millones de dólares a una valoración de tres mil millones de dólares para acelerar el despacho de recetas guiado por inteligencia artificial, una de las historias de producto ingresos más sólidas en IA aplicada a la salud este mes.
Edo SegalHOST
3:47
Eso es todo el panorama.
Edo SegalHOST
3:48
Mistral apostando por la soberanía, PyTorch con mayor presencia china, los agentes todavía lidiando con la realidad desordenada y Google ajustando el grifo del cómputo.
Edo SegalHOST
3:58
Soy Edo Segal en Opus
Edo SegalHOST
2:04
De vuelta con Amber para una noticia más.
AmberCORRESPONDENT
2:07
En KubeCon en Shanghái, el martes, la PyTorch Foundation sumó tres grandes miembros chinos.
AmberCORRESPONDENT
2:13
Alibaba Cloud y Cambricon se incorporan como miembros Platinum con asientos en el consejo directivo, mientras que Ant Group ingresa como Gold, una señal concreta de que más de doscientas cincuenta organizaciones chinas son ahora contribuyentes integrados a la infraestructura de IA de código abierto.
AmberCORRESPONDENT
2:30
El movimiento profundiza el peso de China dentro de la cadena de herramientas, de la que también depende la mayoría de los laboratorios de IA occidentales.

63 more episodes mention PyTorch.

Create an account to see the whole feed, search across every transcript, and follow the entities you care about.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.