HackerTrans
TopNewTrendsCommentsPastAskShowJobs

machinekob

no profile record

comments

machinekob
·2 months ago·discuss
Dose AI really raise productivity floor that much? Do we have some good example of that?
machinekob
·3 months ago·discuss
This is only for citizen not refugees/immigrants so both MEA and NA folks can chill.
machinekob
·2 years ago·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
·2 years ago·discuss
They have both llvm and custom x64 backend (at least partially, i think they started with only custom x64 backend)
machinekob
·2 years ago·discuss
Nope this never happened to me but i'm always writing explicit types in every language :]
machinekob
·2 years ago·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>