diff options
author | Andrzej Janik <[email protected]> | 2021-02-20 21:38:16 +0100 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2021-02-20 21:38:16 +0100 |
commit | 5674d52b3fd4e125ff2d54de853e1cae84accce3 (patch) | |
tree | 2bf3da943fddb7c4029fe9bd234ad1ceac00e8ab | |
parent | 999fd005fb1e5b2a0d4f4e54a95c5b4ad5c1ea8d (diff) | |
download | ZLUDA-5674d52b3fd4e125ff2d54de853e1cae84accce3.tar.gz ZLUDA-5674d52b3fd4e125ff2d54de853e1cae84accce3.zip |
Updae documentationbetter_inject
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -52,13 +52,16 @@ Overall, ZLUDA is slower in GeekBench by roughly 2%. ### Windows You should have the most recent Intel GPU drivers installed.\ -Copy `nvcuda.dll` to the application directory (the directory where .exe file is) and launch it normally +Run your application like this: +``` +<ZLUDA_DIRECTORY>\zluda_with.exe -- <APPLICATION> <APPLICATIONS_ARGUMENTS> +``` ### Linux A very recent version of [compute-runtime](https://github.com/intel/compute-runtime) and [Level Zero loader](https://github.com/oneapi-src/level-zero/releases) is required. At the time of the writing 20.45.18403 is the oldest recommended version. Run your application like this: ``` -LD_LIBRARY_PATH=<PATH_TO_THE_DIRECTORY_WITH_ZLUDA_PROVIDED_LIBCUDA> <YOUR_APPLICATION> +LD_LIBRARY_PATH=<ZLUDA_DIRECTORY> <APPLICATION> <APPLICATIONS_ARGUMENTS> ``` ## Building |