aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Collapse)Author
2021-09-18Have an implementation for vprintfAndrzej Janik
2021-08-27Start converting host code to HIPAndrzej Janik
2021-02-22Update README.md (#42)v2Andrzej Janik
2021-02-21Improve CI (#39)Andrzej Janik
* Use official GPU driver packages for building on Linux * Start building on Windows * Start uploading artifacts
2021-02-20Improve ZLUDA injection (#37)Andrzej Janik
Improve injector&redirector so it's no longer required to manually mess with files if the application links nvcuda.dll. Additionally inject into child processes
2021-01-26Fix signed integer conversion (#36)Andrzej Janik
This fixes the last remaining bug preventing end-to-end GeekBench run, so also update Geekbench results in README
2021-01-08Improve build procedure and instructions (#28)Andrzej Janik
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)
2020-11-29Merge pull request #15 from nilsmartel/patch-2vosen
Fix small typo
2020-11-27Fix small typoNils Martel
2020-11-27fix typo in readmeritschwumm
2020-11-24Update wording, add licenseAndrzej Janik
2020-11-23Update README with links to GeekBench resultsv1Andrzej Janik
2020-11-23Change wording slightlyAndrzej Janik
2020-11-23Add graph with Geekbench resultsAndrzej Janik
2020-11-23Add README and rebuild .spv libraryAndrzej Janik