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 Aug 30, 2023
1 parent 87e1c62 commit f50518b
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 f50518b

Please sign in to comment.