[HIPIFY][tests] Test clean-up

[ROCm/clr commit: 44a897a146]
This commit is contained in:
Evgeny Mankov
2019-10-18 18:55:52 +03:00
parent 85281b1d86
commit bb20336fa6
@@ -6,14 +6,10 @@
// CHECK: #include <hipcub/hipcub.hpp> // CHECK: #include <hipcub/hipcub.hpp>
#include <cub/cub.cuh> #include <cub/cub.cuh>
#include <iostream>
// using namespace hipcub; // using namespace hipcub;
using namespace cub; using namespace cub;
/** // Simple CUDA kernel for computing tiled partial sums
* Simple CUDA kernel for computing tiled partial sums
*/
template <int BLOCK_THREADS, int ITEMS_PER_THREAD, template <int BLOCK_THREADS, int ITEMS_PER_THREAD,
BlockLoadAlgorithm LOAD_ALGO, BlockLoadAlgorithm LOAD_ALGO,
BlockScanAlgorithm SCAN_ALGO> BlockScanAlgorithm SCAN_ALGO>