samples: Updated to use new hip include path

Change-Id: I53a1385a17f13a997ea21d14315f15a3ad851dab


[ROCm/hip-tests commit: 937c0389cb]
This commit is contained in:
Maneesh Gupta
2016-10-04 22:21:10 +05:30
parent 901de16c3a
commit c0b972508a
14 changed files with 15 additions and 15 deletions
@@ -5,7 +5,7 @@
#include <cmath>
// header file for the GPU API
#include <hip_runtime.h>
#include "hip/hip_runtime.h"
#include <hipblas.h>
#define N (1024 * 500)