directed tests: Updated to use new hip include path

Change-Id: Iab1aee638b7158eb9674a19625dedf6471947e51


[ROCm/hip commit: 7e04884d0f]
Этот коммит содержится в:
Maneesh Gupta
2016-10-04 22:20:50 +05:30
родитель 135323e2b7
Коммит 724a024bb6
77 изменённых файлов: 96 добавлений и 96 удалений
+1 -1
Просмотреть файл
@@ -31,7 +31,7 @@ THE SOFTWARE.
#include <algorithm>
#include <stdlib.h>
#include <iostream>
#include "hip_runtime.h"
#include "hip/hip_runtime.h"
#define HIP_ASSERT(x) (assert((x)==hipSuccess))