Skip to content

Commit

Permalink
Add device properties for Pascal architecture
Browse files Browse the repository at this point in the history
Some of these numbers are unknown and assumed to be the same as the previous architecture, since the occupancy calculator spreadsheet has not been updated to include them (where we usally steal the data from).

Fixes #40
  • Loading branch information
tmcdonell committed Oct 9, 2016
1 parent 82a5b58 commit 8562068
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Foreign/CUDA/Analysis/Device.chs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ deviceResources = resources . computeCapability
Compute 5 0 -> DeviceResources 32 2048 32 64 128 65536 256 65536 256 4 255 Warp -- Maxwell GM10x
Compute 5 2 -> DeviceResources 32 2048 32 64 128 98304 256 65536 256 4 255 Warp -- Maxwell GM20x
Compute 5 3 -> DeviceResources 32 2048 32 64 128 65536 256 65536 256 4 255 Warp -- Maxwell GM20B
Compute 6 0 -> DeviceResources 32 2048 32 64 64 65536 256 65536 256 4 255 Warp -- Pascal GP100 (?)
Compute 6 1 -> DeviceResources 32 2048 32 64 128 98304 256 65536 256 4 255 Warp -- Pascal GP10x (?)
Compute 6 2 -> DeviceResources 32 2048 32 64 128 65536 256 65536 256 4 255 Warp -- Pascal (?)

-- Something might have gone wrong, or the library just needs to be
-- updated for the next generation of hardware, in which case we just want
Expand Down

0 comments on commit 8562068

Please sign in to comment.