[HIPIFY][tests] Test clean-up

[ROCm/clr commit: 44a897a146]
Este commit está contenido en:
Evgeny Mankov
2019-10-18 18:55:52 +03:00
padre 85281b1d86
commit bb20336fa6
@@ -6,14 +6,10 @@
// CHECK: #include <hipcub/hipcub.hpp>
#include <cub/cub.cuh>
#include <iostream>
// using namespace hipcub;
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,
BlockLoadAlgorithm LOAD_ALGO,
BlockScanAlgorithm SCAN_ALGO>