Y
Hacker News
new
|
ask
|
show
|
jobs
by
pavelstoev
491 days ago
or use Hidet compiler (open source)
1 comments
t55
490 days ago
never heard of Hidet before; for when/what would I use it over CUDA/Triton/Pytorch?
link
pavelstoev
490 days ago
It is written in Python itself and emits efficient CUDA code. This way, you can understand what is going on. The current focus is on inference, but hopefully, training workloads will be supported soon.
https://github.com/hidet-org/hidet
link