Live data from Hacker News

Viewing profile — yanniszark

yanniszark

HN member
Joined
Mon, Mar 20, 2023, 5:55 PM UTC
HN karma
8
Public activity
5 items

About yanniszark

No profile information was provided.

Recent public activity

  1. comment
    Comment #43822848

    Great work! :D I had a question about that though. Instead of compiling to PySM, why not compile directly to a real assembly like ARM? Is the PySM assembly very special to accomoda…

  2. comment
    Comment #42001875

    Trying to find out more about this EU stall thing Brendan talks about. Is it instruction sampling that gives you the reason for the stall? Sounds like a pretty advanced hw function…

  3. comment
    Comment #42001865

    I'm not sure, it seems to me like this should be doable in Nvidia as well. This is a paper that uses instruction sampling (called CUPTI) in Nvidia to provide optimization advice: h…

  4. comment
    Comment #41332668

    Great work! Was wondering if you deal with transferring the python environment remotely. Usually a large part of the difficulty is dealing with dependencies.

  5. comment
    Comment #40069841

    This is fascinating! I thought only Reinforcement Learning was doing things like this but you're saying you can do this via fuzzying? What does this mean exactly? How is it able to…