From 680336ead8a506a4de4056d5866f565801b96bb7 Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Tue, 31 Dec 2019 02:06:43 -0600 Subject: [PATCH] Updated path to included file SupportVISC/VISCHint.h --- llvm/tools/hpvm/test/parboil/benchmarks/hpvm-cava/src/visc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/hpvm/test/parboil/benchmarks/hpvm-cava/src/visc.h b/llvm/tools/hpvm/test/parboil/benchmarks/hpvm-cava/src/visc.h index 5279b2cef8..3a05f49e29 100644 --- a/llvm/tools/hpvm/test/parboil/benchmarks/hpvm-cava/src/visc.h +++ b/llvm/tools/hpvm/test/parboil/benchmarks/hpvm-cava/src/visc.h @@ -10,7 +10,7 @@ #define DEVICE GPU_TARGET #endif -#include "../../../../../../include/SupportVISC/VISCHint.h" +#include "../../../../../include/SupportVISC/VISCHint.h" #ifdef __cplusplus extern "C" { -- GitLab