Y
Hacker News
new
|
ask
|
show
|
jobs
by
p1esk
3046 days ago
What would be a relationship between TC and something like CuPy?
1 comments
ezyang
3046 days ago
CuPy itself is just a framework, and you could slot TC in as a thing that generates operators for it. CuPy also famously has support for inline CUDA kernels; the equivalent TC kernels are shorter and autotunable.
link