Skip to content

Commit

Permalink
Reenable previously failing histogram test for icc (#1725)
Browse files Browse the repository at this point in the history
The test compiles and runs successfully with icc (ICC) 2021.10.0 20230609

Fixes: #872
  • Loading branch information
bernhardmgruber authored May 13, 2024
1 parent 4640fae commit d1a0401
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cub/test/test_device_histogram.cu
Original file line number Diff line number Diff line change
Expand Up @@ -1754,10 +1754,7 @@ int main(int argc, char** argv)
// Make sure bin computation works fine when requiring int64 arithmetic
TestChannels<unsigned int, int, unsigned int, int>(
std::numeric_limits<unsigned int>::max(), 8192 + 1, true_t{}, false_t{});
#if !defined(__ICC)
// Fails with ICC for unknown reasons, see #332.
TestChannels<float, int, float, int>(1.0, 256 + 1, true_t{}, false_t{});
#endif

// float samples, int levels, regression test for NVIDIA/cub#479.
TestChannels<float, int, int, int>(12, 7, true_t{}, true_t{});
Expand Down

0 comments on commit d1a0401

Please sign in to comment.