Viewing profile — jhuber6
jhuber6
HN member- Joined
- Tue, Oct 01, 2024, 5:42 PM UTC
- HN karma
- 28
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About jhuber6
Recent public activity
-
comment
Comment #47251395
Depends entirely on your definition of 'entirely', but https://github.com/jhuber6/doomgeneric is pretty much a direct compilation of the DOOM C source for GPU compute. The CPU is n…
-
comment
Comment #42425270
At some point I was looking into using io_uring for something like this. The uring interface just works off of `mmap()` memory, which can be registered with the GPU's MMU. There's …
-
comment
Comment #42420414
The RPC implementation in LLVM is an adaptation of Jon's original state machine (see https://github.com/JonChesterfield/hostrpc ). It looks very different at this point, but we col…
-
comment
Comment #42420255
Very cool to see my project posted here! The motivation behind a lot of this was to have community LLVM implementations of runtime functions normally provided by the vendor librari…
-
story
Show HN: A port of DOOM that runs (almost) entirely on the GPU
I've been recently working on porting standard C library functions to work on the GPU https://libc.llvm.org/gpu/ . A colleague of mine suggested using it to run DOOM, so that's wha…