summaryrefslogtreecommitdiffstats
path: root/tools/gfx/cuda/cuda-command-queue.h
Commit message (Collapse)AuthorAge
* formatEllie Hermaszewska2024-10-29
| | | | | | | * format * Minor test fixes * enable checking cpp format in ci
* Split render-cuda.cpp into smaller files (#2334)lucy96chen2022-07-25
* render-cuda split, compile errors galore due to missing includes etc. * render-cuda split and fully compiles * Ran premake.bat to disable cuda; Added all new files * Removed render-cuda files * CI fixes * Rerun CI