aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2024-02-15 13:25:52 +0100
committerGitHub <[email protected]>2024-02-15 13:25:52 +0100
commit8d10f756a949b9759cfdd90d7bcc9a9381bce56b (patch)
treec0cb8bc85356cabe3474e43f976ecfd091d39db2 /README.md
parentc884348427c29b37ee166a3a950f8261ac475186 (diff)
downloadZLUDA-8d10f756a949b9759cfdd90d7bcc9a9381bce56b.tar.gz
ZLUDA-8d10f756a949b9759cfdd90d7bcc9a9381bce56b.zip
Add troubleshooting/debugging instructions (#91)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 755fa20..70b376a 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,10 @@ Build by running:
cargo xtask --release
```
+## Unknown issues
+
+If an application fails to start under ZLUDA or crashes please check [Known Issues](#known-issues) section below. If nothing there applies, then please read [TROUBLESHOOTING.md](TROUBLESHOOTING.md).
+
## Known Issues
### Hardware
@@ -244,7 +248,7 @@ cargo xtask --release
## For developers
-If you are curious about ZLUDA's architecture, you can read a broad overview in [ARCHITECTURE.md](ARCHITECTURE.md).
+If you are curious about ZLUDA's architecture, you can read a broad overview in [ARCHITECTURE.md](ARCHITECTURE.md). If you want to debug ZLUDA check the "Debugging" section in [TROUBLESHOOTING.md](TROUBLESHOOTING.md#debugging).
## License