Live data from Hacker News

Viewing profile — boywitharupee

boywitharupee

HN member
Joined
Sat, Jul 23, 2022, 4:34 PM UTC
HN karma
46
Public activity
70 items

About boywitharupee

No profile information was provided.

Recent public activity

  1. comment
    Comment #49169333

    is it this? https://github.com/janestreet/incremental

  2. comment
    Comment #48350031

    You can denoise it: https://github.com/google/security-research/security/advisor...

  3. comment
    Comment #48348401

    > has been looping indefinitely this can mean WebContent process is crashing

  4. 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.

  5. comment
    Comment #47114151

    they have a watchdog loop, it runs periodically

  6. comment
    Comment #46387032

    shouldn't the title be "CUDA Tile IR Open Sourced"?

  7. comment
    Comment #44265597

    is there a document or reference implementation that describes the full algorithm? tiling, sorting, merging, and strip conversion.

  8. 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…

  9. 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…

  10. 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…

  11. 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?

  12. comment
    Comment #40962107

    what's the purpose of this? is it one of those 'fun' problems to solve?

  13. comment
    Comment #40859280

    how different is this compared to Facebook's open-source tool Faiss[1]? [1] https://github.com/facebookresearch/faiss/

  14. 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…

  15. comment
    Comment #40580311

    or have the right entitlements? https://developer.apple.com/documentation/bundleresources/en...

  16. 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?

  17. comment
    Comment #40496957

    will you also provide compute resources?

  18. comment
    Comment #40484199

    how would you compare this to the polytope model? https://en.wikipedia.org/wiki/Polytope_model

  19. comment
    Comment #40000711

    and is Griffin a state space model?

  20. comment
    Comment #39971154

    i wonder if we can train a foundational model on this data which will eventually allow to semantically search the codebase?

  21. comment
    Comment #39909884

    what's the memory and compute requirements for this?

  22. comment
    Comment #39894423

    but which model to tokenize with? is there a leaderboard for models that are good for RAG?

  23. comment
    Comment #39723373

    is this known as a procedural generation?

  24. comment
    Comment #39686982

    care to explain why attention has precision issues with fp8?

  25. 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.