2023-12-16 09:34:24 -08:00
2023-12-16 09:34:24 -08:00
2023-12-16 09:34:24 -08:00
2023-12-16 09:34:24 -08:00
2023-12-15 16:52:53 -08:00
2023-12-16 09:34:24 -08:00

Support more than 64 cores

If you want to use more than 64 cores in WSL2 (e.g. if you have AMD Threadripper 7980x), you can follow the steps:

  1. Generate project

     mkdir build
     cd build
     cmake ..
    
  2. Open build/Project.sln and generate a x64 release build.

  3. Launch task manager, kill wslservice.exe process.

  4. Copy the generated build/Release/computecore.dll to C:\Program Files\WSL\.

  5. Launch any WSL2 distribution, type nproc or lscpu, you should see all cores.

    use more than 64 cores in WSL2

Description
wslservice的dll补丁,满血调度 核心>64 的CPU
Readme MIT 210 KiB
Languages
C++ 99%
CMake 1%