Skip to content
Snippets Groups Projects
Commit ce8dff32 authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Moving visc-rt to llvm/tools/hpvm and fixing internal paths

parent 48c6a432
No related branches found
No related tags found
No related merge requests found
LLVM_SRC_ROOT = ../../../llvm
LLVM_BUILD_ROOT = ../..
#LLVM_SRC_ROOT = ../../../llvm
LLVM_BUILD_ROOT = ${LLVM_SRC_ROOT}/../build/
OPENCL_INC_PATH = /opt/intel/opencl-sdk/include
......
File moved
......@@ -13,10 +13,11 @@
#include <string>
//#include <condition_variable>
#include "llvm/SupportVISC/VISCHint.h"
#include "llvm/SupportVISC/VISCTimer.h"
#include "../include/SupportVISC/VISCHint.h"
#include "../include/SupportVISC/VISCTimer.h"
#include "device_abstraction.h"
#include "policy.h"
#ifndef DEBUG_BUILD
#define DEBUG(s) {}
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment