Align with HC Next.

[ROCm/clr commit: 26c26f63cb]
This commit is contained in:
Alex Voicu
2018-09-17 11:50:29 +03:00
parent 191a752474
commit f5d204450c
15 changed files with 149 additions and 51 deletions
@@ -26,11 +26,15 @@ THE SOFTWARE.
#include "hip/hip_runtime.h"
#include "test_common.h"
#include <algorithm>
#include <vector>
unsigned p_streams = 16;
int p_repeat = 10;
int p_db = 0;
using namespace std;
template <typename T>
__global__ void vectorADDRepeat(hipLaunchParm lp, const T* A_d, const T* B_d, T* C_d, size_t NELEM,