HackerTrans
TopNewTrendsCommentsPastAskShowJobs

machinekob

no profile record

comments

machinekob
·hace 2 meses·discuss
Dose AI really raise productivity floor that much? Do we have some good example of that?
machinekob
·hace 3 meses·discuss
This is only for citizen not refugees/immigrants so both MEA and NA folks can chill.
machinekob
·hace 2 años·discuss
But Triton is just abstraction over CUDA for Python (same like cupy, numba etc.). If you need low lvl access you still will use CUDA if you want high level you can use Triton or numba even higer you'll just use wrappers like pytorch/jax.
machinekob
·hace 2 años·discuss
They have both llvm and custom x64 backend (at least partially, i think they started with only custom x64 backend)
machinekob
·hace 2 años·discuss
Nope this never happened to me but i'm always writing explicit types in every language :]
machinekob
·hace 2 años·discuss
Jai is a lot slower atm than at 2018, and feature-wise it is closer to C than to Swift with 2 different purposes.

Swift compiler time is spend mostly on LLVM stuff and it isn't much slower than other modern LLVM languages (Rust/Julia etc.) <ofc. this don't count this very specific complex type checks that are super slow>