aboutsummaryrefslogtreecommitdiffhomepage
path: root/TROUBLESHOOTING.md
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2024-04-28 01:22:43 +0200
committerGitHub <[email protected]>2024-04-28 01:22:43 +0200
commit995bc951745db30e39a1ff0c909f9a95b12c4ec7 (patch)
tree21af8d80797466ee7da0a45ca0df78949055a616 /TROUBLESHOOTING.md
parent5d5f7cca75115b1a47255120e4ca1236f01a2828 (diff)
downloadZLUDA-995bc951745db30e39a1ff0c909f9a95b12c4ec7.tar.gz
ZLUDA-995bc951745db30e39a1ff0c909f9a95b12c4ec7.zip
Build improvements (#206)
* Allow to create .zip package on Windows * Allow to create .tar.gz package on Linux * Add configuration for post-build Github CI
Diffstat (limited to 'TROUBLESHOOTING.md')
-rw-r--r--TROUBLESHOOTING.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md
index 18ec079..3679f6c 100644
--- a/TROUBLESHOOTING.md
+++ b/TROUBLESHOOTING.md
@@ -92,13 +92,16 @@ If you are dumping original CUDA use:
### Linux
-Known bug: when dumping from original CUDA you should remove (or rename) all the files in `<ZLUDA_DIRECTORY>/dump` except `libcuda.so` and `libcuda.so.1`.
-
-Use it like this:
+If dumping from ZLUDA use it like this:
```
LD_LIBRARY_PATH="<ZLUDA_DIRECTORY>/dump:$LD_LIBRARY_PATH" <APPLICATION> <APPLICATION_ARGUMENTS>
```
+If dumping from NVIDIA CUDA use it like this:
+```
+LD_LIBRARY_PATH="<ZLUDA_DIRECTORY>/dump_nvidia:$LD_LIBRARY_PATH" <APPLICATION> <APPLICATION_ARGUMENTS>
+```
+
### Result
If all went well you should see lines like this in the console output and in the log file specified by `ZLUDA_DUMP_DIR`: