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
105a4d2d
"R/pkg/git@gitlab.engr.illinois.edu:cs525-sp18-g07/spark.git" did not exist on "05f83c532a96ead8dec1c046f985164b7f7205c0"
Commit
105a4d2d
authored
5 years ago
by
Yifan Zhao
Browse files
Options
Downloads
Patches
Plain Diff
Fixed merge errors
parent
a68443fd
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/projects/hpvm-tensor-rt/CMakeLists.txt
+1
-10
1 addition, 10 deletions
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
with
1 addition
and
10 deletions
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
+
1
−
10
View file @
105a4d2d
...
@@ -13,7 +13,7 @@ set(
...
@@ -13,7 +13,7 @@ set(
if
(
CMAKE_BUILD_TYPE STREQUAL
"Debug"
)
if
(
CMAKE_BUILD_TYPE STREQUAL
"Debug"
)
message
(
"Debug mode"
)
message
(
"Debug mode"
)
set
(
CUDA_NVCC_FLAGS
${
CUDA_NVCC_FLAGS
}
;-
G;-
g;-lineinfo;-Xcompiler;-ggdb;-lcurand
)
set
(
CUDA_NVCC_FLAGS
${
CUDA_NVCC_FLAGS
}
;-g;-lineinfo;-Xcompiler;-ggdb;-lcurand
)
else
()
else
()
set
(
CUDA_NVCC_FLAGS
${
CUDA_NVCC_FLAGS
}
;-DNDEBUG;-Xcompiler;-DNDEBUG;-lcurand
)
set
(
CUDA_NVCC_FLAGS
${
CUDA_NVCC_FLAGS
}
;-DNDEBUG;-Xcompiler;-DNDEBUG;-lcurand
)
endif
()
endif
()
...
@@ -64,13 +64,7 @@ find_library(SOC_SIMULATOR_LIB
...
@@ -64,13 +64,7 @@ find_library(SOC_SIMULATOR_LIB
target_link_libraries
(
tensor_runtime cudnn cufft stdc++fs -lcurand
)
target_link_libraries
(
tensor_runtime cudnn cufft stdc++fs -lcurand
)
if
(
USE_GFLAGS
)
if
(
USE_GFLAGS
)
<<<<<<< HEAD
target_link_libraries
(
tensor_runtime gflags cudnn -lcurand
)
else
()
target_link_libraries
(
tensor_runtime cudnn -lcurand
)
=======
target_link_libraries
(
tensor_runtime gflags
)
target_link_libraries
(
tensor_runtime gflags
)
>>>>>>> approx_hpvm_img
endif
()
endif
()
...
@@ -99,14 +93,11 @@ target_link_libraries(test_ops tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULAT
...
@@ -99,14 +93,11 @@ target_link_libraries(test_ops tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULAT
add_executable
(
fc2_cpu dnn_sources/src/fc2_cpu.cc
)
add_executable
(
fc2_cpu dnn_sources/src/fc2_cpu.cc
)
target_link_libraries
(
fc2_cpu tensor_cpu_runtime
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
target_link_libraries
(
fc2_cpu tensor_cpu_runtime
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
<<<<<<< HEAD
#-- add_executable(mio_test dnn_sources/src/mio_test.cc)
#-- add_executable(mio_test dnn_sources/src/mio_test.cc)
#-- target_link_libraries(mio_test tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
#-- target_link_libraries(mio_test tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
=======
>>>>>>> approx_hpvm_img
# Full-Precision versions
# Full-Precision versions
#-- add_executable(lenet_tanh dnn_sources/src/lenet2_tanh.cc)
#-- add_executable(lenet_tanh dnn_sources/src/lenet2_tanh.cc)
#-- target_link_libraries(lenet_tanh tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
#-- target_link_libraries(lenet_tanh tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
...
...
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