Luke Drummond
Luke Drummond
The lessons are a bit spread out and are in several distinct formats. It would benefit new users and contributors if the barrier to entry was lower. This ticket is...
Just like the webapp it would be good to have some mechanism to have side-by-side views with multiple compilers. depends #7
Presently only one pane-buffer works because the buffer/window context handling is script-global. To enable multiple buffers to support compiler-explorer asm panes will require making this buffer local (or perhaps have...
This is probably only going to be possible with Linux, so may have to end up being microsleep.
This has a couple of benefits: - it unifies on a single build system (we were already calling into meson and ninja in the Makefile anyway) - dependencies can be...
There was a mismatch in capitalization between the definition and use by cmake of `ROCCLR_DIR`
The programming manual for "Managed Memory Allocation" [refers](https://github.com/ROCm-Developer-Tools/HIP/blob/3aad3723f20700002b770f04f83b3dafab00bd41/docs/user_guide/programming_manual.md?plain=1#L52) the user to `HIP-API.pdf`. I can't find it by searching the web nor my local system Does it exist? If it still...
Running `ninja install` does not correctly complete the install. The `install` target should correctly track all dependencies without requiring another target to be run. ``` $ python ../buildbot/configure.py --cuda -o...
I just went to change one line in a file, then found out the whole file changed since it was committed differently to my local system, and we don't do...