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
691b1bff
Commit
691b1bff
authored
4 years ago
by
Yifan Zhao
Browse files
Options
Downloads
Patches
Plain Diff
hpvm-check -> check-hpvm
parent
b3a2258a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
hpvm/test/CMakeLists.txt
+0
-6
0 additions, 6 deletions
hpvm/test/CMakeLists.txt
hpvm/test/README.md
+2
-2
2 additions, 2 deletions
hpvm/test/README.md
hpvm/test/dnn_benchmarks/hpvm-c/CMakeLists.txt
+2
-2
2 additions, 2 deletions
hpvm/test/dnn_benchmarks/hpvm-c/CMakeLists.txt
with
4 additions
and
10 deletions
hpvm/test/CMakeLists.txt
+
0
−
6
View file @
691b1bff
...
...
@@ -43,12 +43,6 @@ set_target_properties(check-hpvm PROPERTIES FOLDER "Tests")
add_lit_testsuites
(
HPVM
${
CMAKE_CURRENT_SOURCE_DIR
}
DEPENDS
${
HPVM_TEST_DEPENDS
}
)
# Setup a legacy alias for 'check-llvm'. This will likely change to be an
# alias for 'check-all' at some point in the future.
add_custom_target
(
hpvm-check
)
add_dependencies
(
hpvm-check check-hpvm
)
set_target_properties
(
hpvm-check PROPERTIES FOLDER
"Tests"
)
# HPVM-C benchmarks uses ctest instead of LLVM's test mechanism
# because they are compiled in a custom way
include
(
CTest
)
...
...
This diff is collapsed.
Click to expand it.
hpvm/test/README.md
+
2
−
2
View file @
691b1bff
...
...
@@ -24,8 +24,8 @@ This directory is organized as follows:
## Running Test Cases and Benchmarks
The easiest way to run
`unitTests/`
and
`regressionTests/`
is
to build the target
`
hpvm-
check`
in the global build directory:
`make -j
hpvm-
check`
.
`
hpvm-
check`
doesn't automatically run
`benchmarks/`
and
`dnn_benchmarks`
as they are extremely time-consuming.
to build the target
`check
-hpvm
`
in the global build directory:
`make -j check
-hpvm
`
.
`check
-hpvm
`
doesn't automatically run
`benchmarks/`
and
`dnn_benchmarks`
as they are extremely time-consuming.
`benchmarks/`
can only be compiled in-source with
`make`
.
We are working to migrate it into the
`cmake`
system.
...
...
This diff is collapsed.
Click to expand it.
hpvm/test/dnn_benchmarks/hpvm-c/CMakeLists.txt
+
2
−
2
View file @
691b1bff
...
...
@@ -53,6 +53,6 @@ foreach(dir ${entries})
run_single_benchmark
(
run_
${
dirname
}
_cudnn
${
dirname
}
_cudnn
)
endforeach
(
dir
)
message
(
STATUS
"List of
test dnn
benchmarks:
${
test_compile_targets
}
"
)
message
(
STATUS
"List of
HPVM-C DNN
benchmarks:
${
test_compile_targets
}
"
)
add_custom_target
(
dnn_benchmarks DEPENDS
${
test_compile_targets
}
)
message
(
STATUS
"Target name for compiling all
dnn
benchmarks: dnn_benchmarks"
)
message
(
STATUS
"Target name for compiling all
DNN
benchmarks: dnn_benchmarks"
)
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