Skip to content

Commit

Permalink
Adapted CPUDevice to support shared CPUCapabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rs-mt committed Sep 1, 2023
1 parent 759b0c1 commit a54daea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/ILGPU/Runtime/CPU/CPUDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ private CPUDevice(
MaxSharedMemoryPerGroup = int.MaxValue;
MaxConstantMemory = int.MaxValue;
NumThreads = MaxNumThreads;
Capabilities = new CPUCapabilityContext();
}

/// <summary>
Expand Down

0 comments on commit a54daea

Please sign in to comment.