mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-24 04:36:23 +03:00

Fixes issues pointed out in #27: * spirv_tools-sys was build in non-test profiles * By default ZLUDA dll has a wrong name * We relied on third-party OpenCL installation on Windows * We encouraged building debug configuration * We didn't provide build information for developers (cmake, python, submodules)
424 B
424 B
Dependencies
Development builds of ZLUDA requires following dependencies:
- CMake
- Python 3
Additionally repository have to be clone with Git submodules initalized. If you cloned the repo without initalizing submodules, do this:
git submodule update --init --recursive
Tests
Tests should be executed with --workspace
option to test non-default targets:
cargo test --workspace