Y
Hacker News
new
|
ask
|
show
|
jobs
by
cokernel_hacker
780 days ago
This python actually builds a graph under the hood which then gets JIT compiled for CPU/GPU/TPU.
1 comments
senseiV
780 days ago
Does a TPU have XLA-graph for GPUs Cuda-graphs? Not sure on TPU theory
link
dekhn
779 days ago
TPUs lower XLA into their own instruction set.
https://pytorch.org/xla/release/2.3/index.html
link