dx-compute-kit : HLSL → DXIL → D3D12 saxpy E2E on Windows

Niyati Jain niyati.jainn15 at gmail.com
Wed Jul 15 19:29:18 UTC 2026


Hello everyone,

published a small Windows project that runs a DirectX compute 
path end-to-end:
   - HLSL saxpy compiled with dxc to DXIL
   - D3D12 host: upload, dispatch, readback, CPU verify
   - a few LLVM IR fixtures for hlsl.shader / hlsl.numthreads / 
dxil triple checks

one command: run_e2e.bat

repo: https://github.com/niy-ati/dx-compute-kit

standalone reference (DXC + D3D12).
feedback welcome.


More information about the Digitalmars-d mailing list