HVM
HVM copied to clipboard
Make HVM available on Windows
Get run-c and run-cu works on Windows 11.
-
/experimental:c11atomics
and-std=c11
is required for stdatomic - Extremely large array (>=2GB) is not allowed on Windows so we have to use a pointer instead
- CUDA also needs some work for allocation
- threads.h rather than pthreads.h for compatibility.
- time64() with QueryPerformanceCounter()