HVM icon indicating copy to clipboard operation
HVM copied to clipboard

Make HVM available on Windows

Open sepcnt opened this issue 9 months ago • 0 comments

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()

sepcnt avatar May 18 '24 08:05 sepcnt