Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hpvm-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
hpvm-release
Commits
efa4c4c3
Commit
efa4c4c3
authored
5 years ago
by
Hashim Sharif
Browse files
Options
Downloads
Patches
Plain Diff
Adding simple saxpy test
parent
fc36236a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/test/VISC/parboil/benchmarks/saxpy_test/Makefile.config
+28
-0
28 additions, 0 deletions
llvm/test/VISC/parboil/benchmarks/saxpy_test/Makefile.config
with
28 additions
and
0 deletions
llvm/test/VISC/parboil/benchmarks/saxpy_test/Makefile.config
0 → 100644
+
28
−
0
View file @
efa4c4c3
CUDA_PATH
=/
usr
/
local
/
cuda
CUDA_LIB_PATH
=/
usr
/
local
/
cuda
/
lib64
#OPENCL_PATH=/opt/intelFPGA_pro/18.0/hld/host/linux64
#OPENCL_LIB_PATH=$(OPENCL_PATH)/lib
OPENCL_PATH
=/
opt
/
intel
/
opencl
-
sdk
/
OPENCL_LIB_PATH
=$(
OPENCL_PATH
)/
lib64
#LLVM_SRC_ROOT=/home/kotsifa2/HPVM/Gitlab/hpvm/llvm
# NOTE: You may need to configure this based on your root path.
VISC_SRC_ROOT
=$(
LLVM_SRC_ROOT
)
VISC_BUILD_DIR
=$(
VISC_SRC_ROOT
)/../
build
CC
= $(
VISC_BUILD_DIR
)/
bin
/
clang
PLATFORM_CFLAGS
= -
I
$(
LLVM_SRC_ROOT
)/
include
-
I
$(
VISC_BUILD_DIR
)/
include
CXX
= $(
VISC_BUILD_DIR
)/
bin
/
clang
++
PLATFORM_CXXFLAGS
= -
I
$(
LLVM_SRC_ROOT
)/
include
-
I
$(
VISC_BUILD_DIR
)/
include
LINKER
= $(
VISC_BUILD_DIR
)/
bin
/
clang
++
PLATFORM_LDFLAGS
= -
lm
-
lpthread
-
lrt
-
lOpenCL
-
L
$(
OPENCL_LIB_PATH
)
LLVM_LIB_PATH
= $(
VISC_BUILD_DIR
)/
lib
LLVM_BIN_PATH
= $(
VISC_BUILD_DIR
)/
bin
OPT
= $(
LLVM_BIN_PATH
)/
opt
LLVM_LINK
= $(
LLVM_BIN_PATH
)/
llvm
-
link
LLVM_AS
= $(
LLVM_BIN_PATH
)/
llvm
-
as
LIT
= $(
LLVM_BIN_PATH
)/
llvm
-
lit
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment