Skip to content

Commit

Permalink
update cuda thread count to 512
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsprecious committed Sep 19, 2024
1 parent 84e7981 commit 94789cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/micm/cuda/util/cuda_param.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// To make the NormalizedError function works properly on GPU,
// make sure to choose the BLOCK_SIZE from [32, 64, 128, 256, 512, 1024]
const std::size_t BLOCK_SIZE = 32;
const std::size_t BLOCK_SIZE = 512;

/// This struct holds the (1) pointer to, and (2) size of
/// each constatnt data member from the class "ProcessSet";
Expand Down

0 comments on commit 94789cd

Please sign in to comment.