Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HeteroFlow
THAPI
Commits
48188368
Commit
48188368
authored
Oct 21, 2020
by
Brice Videau
Browse files
Update README.md
parent
b72c830c
Pipeline
#11672
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
48188368
...
...
@@ -2,7 +2,9 @@
A tracing infrastructure for heterogeneous computing applications.
# Building
# Building and Installation
The build system is a classical autotool based system.
## Dependencies
...
...
@@ -19,41 +21,6 @@ Packages:
-
`nokogiri`
-
`babeltrace`
## Build
For now, each folder (opencl, ze, cuda) has its own folder and makefile.
# Installation
The build system is not done, so installation is manual.
## OpenCL
List of files to install:
-
`bin/tracer_opencl.sh`
-
`lib/tracer_opencl.so`
-
`bin/babeltrace_opencl`
-
`bin/opencl_infos.yaml`
-
`bin/opencl_model.yaml`
-
`bin/cl_prof.sh`
-
`lib/clprof.so`
Two of these are created from templates that need to be copied, edited and made executable:
-
`tracer_opencl.sh.template`
=>
`tracer_opencl.sh`
,
`PATH_TO_LIB`
should be changed to point to
`tracer_opencl.so`
location,
-
`cl_prof.sh.template`
=>
`cl_prof.sh`
,
`PATH_TO_LIB`
should be change twice to point to
`tracer_opencl.so`
location and
`clprof.so`
respectively,
## Level Zero
List of files to install:
-
`bin/tracer_ze.sh`
-
`lib/tracer_ze.so`
-
`bin/babeltrace_ze`
-
`bin/ze_library.rb`
-
`bin/babeltrace_ze_lib.rb`
One of these is created from templates that need to be copied and edited:
-
`tracer_ze.sh.template`
=>
`tracer_ze.sh`
,
`PATH_TO_LIB`
should be changed to point to
`tracer_ze.so`
location.
# Usage
## OpenCL Tracer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment