diff options
author | Andrzej Janik <[email protected]> | 2024-02-15 13:25:52 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-15 13:25:52 +0100 |
commit | 8d10f756a949b9759cfdd90d7bcc9a9381bce56b (patch) | |
tree | c0cb8bc85356cabe3474e43f976ecfd091d39db2 /README.md | |
parent | c884348427c29b37ee166a3a950f8261ac475186 (diff) | |
download | ZLUDA-8d10f756a949b9759cfdd90d7bcc9a9381bce56b.tar.gz ZLUDA-8d10f756a949b9759cfdd90d7bcc9a9381bce56b.zip |
Add troubleshooting/debugging instructions (#91)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |