From 300ccd01d968330de0fe309501c39a167c717b14 Mon Sep 17 00:00:00 2001 From: pensun Date: Wed, 12 Oct 2016 10:41:50 -0500 Subject: [PATCH] move hip_runtime.h after copyright info --- HIPStream.cu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HIPStream.cu b/HIPStream.cu index 6ad6556..ec34955 100644 --- a/HIPStream.cu +++ b/HIPStream.cu @@ -1,5 +1,3 @@ -#include "hip/hip_runtime.h" - // Copyright (c) 2015-16 Tom Deakin, Simon McIntosh-Smith, // University of Bristol HPC // @@ -8,6 +6,7 @@ #include "HIPStream.h" +#include "hip/hip_runtime.h" #define TBSIZE 1024