From 4ed9ef8edb2302809fd8859c505bd26bfc867796 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Sun, 21 Feb 2021 14:44:58 +0100 Subject: Improve CI (#39) * Use official GPU driver packages for building on Linux * Start building on Windows * Start uploading artifacts --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fe1674f..738ad24 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Run your application like this: ``` ### 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. +You should install most recent run-time driver packages as outlined here: https://dgpu-docs.intel.com/installation-guides/index.html. Run your application like this: ``` LD_LIBRARY_PATH= @@ -72,7 +72,8 @@ cargo build --release ``` in the main directory of the project. ### Linux -If you are building on Linux you must also symlink (or rename) the ZLUDA output library: +You should install most recent run-time an developer driver packages as outlined here: https://dgpu-docs.intel.com/installation-guides/index.html. Additionally, you should have `ocl-icd-opencl-dev` (or equivalent) installed. +If you are building on Linux you must also symlink (or rename) the ZLUDA output binaries after ZLUDA build finishes: ``` ln -s libnvcuda.so target/release/libcuda.so ln -s libcuda.so target/release/libcuda.so.1 -- cgit v1.2.3