Commit 864a1a7 Alexander Matz
committed
1 parent 8afb3e0 commit 864a1a7 Copy full SHA for 864a1a7
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,9 @@ The configuration requires the following flags:
97
97
duplicate symbols).
98
98
- ` -DLLVM_ENABLE_ASSERTIONS=ON ` - The current analysis pass to locate kernel
99
99
launch sites relies on the basic block labels set by gpucc. Value/BB labels
100
- are only set in +Assert builds, so instrumentation fails with disabled
101
- assertions (which is the default).
100
+ are only set in +Assert builds (or with the ` -fno-discard-value-names ` clang
101
+ flag), so instrumentation fails with disabled assertions (which is the
102
+ default).
102
103
- ` -DMEMTRACE_CUDA_FLAGS=${PATH TO YOUR CUDA INSTALLATION} ` - required if your
103
104
CUDA 8.0 installation is located somewhere other than ` /usr/local/cuda ` (e.g.
104
105
` /opt/cuda-8.0 ` ).
You can’t perform that action at this time.
0 commit comments