Live data from Hacker News

Viewing profile — etdeagle2

etdeagle2

HN member
Joined
Thu, Feb 13, 2020, 11:58 PM UTC
HN karma
3
Public activity
3 items

About etdeagle2

No profile information was provided.

Recent public activity

  1. comment
    Comment #42047187

    Please do! I would love to read about it. I have been playing with GPU hash tables shared between all the threads using locking (Interlocked.CompareExchange) and such in a Compute …

  2. comment
  3. comment
    Comment #22322621

    I tried a small C++ program and it does not exhibit this behavior. Why is it not showing there? program: #include using namespace std; int main(int argc, char argv) { float s = 165…