Viewing profile — boywitharupee
boywitharupee
HN member- Joined
- Sat, Jul 23, 2022, 4:34 PM UTC
- HN karma
- 46
- Public activity
- 70 items
- HN profile
- View on Hacker News ↗
About boywitharupee
No profile information was provided.
Recent public activity
-
comment
Comment #49169333
is it this? https://github.com/janestreet/incremental
-
comment
Comment #48350031
You can denoise it: https://github.com/google/security-research/security/advisor...
-
comment
Comment #48348401
> has been looping indefinitely this can mean WebContent process is crashing
-
comment
Comment #47808608
the timer and urgency of this reminds me of the movie Armageddon where they had limited time to form a crew for a space mission.
-
comment
Comment #47114151
they have a watchdog loop, it runs periodically
-
comment
Comment #46387032
shouldn't the title be "CUDA Tile IR Open Sourced"?
-
comment
Comment #44265597
is there a document or reference implementation that describes the full algorithm? tiling, sorting, merging, and strip conversion.
-
comment
Comment #42146119
> In C++, it's an rvalue reference , which can be effectively thought of as an lvalue hmm...this doesn't sound quite right? the comma operator's result in C++ is not an rvalue refe…
-
comment
Comment #42002206
so, these are hand optimized primitives for specific model of nvidia gpus? do you still have to make launch/scheduling decisions to maximize occupancy? how does this approach scale…
-
comment
Comment #41635556
can someone explain how is profiling tools like this written for GPU applications? wouldn't you need access to internal runtime api? for ex. Apple wraps Metal buffers as "Debug" bu…
-
comment
Comment #41459834
what kind of model architecture was used for this? is it safe to assume they used a transformer model or a variant of it?
-
comment
Comment #40962107
what's the purpose of this? is it one of those 'fun' problems to solve?
-
comment
Comment #40859280
how different is this compared to Facebook's open-source tool Faiss[1]? [1] https://github.com/facebookresearch/faiss/
-
comment
Comment #40684101
In a similar fashion, you'll see that JAX has frontend code being open-sourced, while device-related code is distributed as binaries. For example, if you're on Google's TPU, you'll…
-
comment
Comment #40580311
or have the right entitlements? https://developer.apple.com/documentation/bundleresources/en...
-
comment
Comment #40556232
> At runtime, C&P generates executable code by copying the object code and patching the holes with runtime known values. how would this work on OSs under hardened runtime rules?
-
comment
Comment #40496957
will you also provide compute resources?
-
comment
Comment #40484199
how would you compare this to the polytope model? https://en.wikipedia.org/wiki/Polytope_model
-
comment
Comment #40000711
and is Griffin a state space model?
-
comment
Comment #39971154
i wonder if we can train a foundational model on this data which will eventually allow to semantically search the codebase?
-
comment
Comment #39909884
what's the memory and compute requirements for this?
-
comment
Comment #39894423
but which model to tokenize with? is there a leaderboard for models that are good for RAG?
-
comment
Comment #39723373
is this known as a procedural generation?
-
comment
Comment #39686982
care to explain why attention has precision issues with fp8?
-
comment
Comment #38941503
the title seems like a misnomer. shouldn't this be "python 3.13 gets a new jit compiler" because python already has a jit.