aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-02-20Improve ZLUDA injection (#37)Andrzej Janik
2021-01-26Fix signed integer conversion (#36)Andrzej Janik
2021-01-23 Add script for replaying dumped kernel (#34)Andrzej Janik
2021-01-16Add a library for dumping kernels arguments before and after launch (#18)Andrzej Janik
2021-01-15Prevent linker from stripping exports on Linux (#33)Andrzej Janik
2021-01-08Add empty implementation of cuDeviceGetLuid (#30)Andrzej Janik
2021-01-08Regenerate SPIR-V tests (#29)Andrzej Janik
2021-01-08Improve build procedure and instructions (#28)Andrzej Janik
2021-01-03Fix Windows ZLUDA injector (#26)Andrzej Janik
2021-01-03Merge commit '4b96dbc8f49c5ae00c96935e0b576df88a5d8af9'Andrzej Janik
2021-01-03Squashed 'ext/detours/' changes from 39aa864..36b69b9Andrzej Janik
2021-01-03Merge commit 'dabc40cb19bf4e297c32284d26c74adbd6775e49' as 'ext/detours'Andrzej Janik
2021-01-03Squashed 'ext/detours/' content from commit 39aa864Andrzej Janik
2020-12-29Add building only CI (#25)Takeshi Watanabe
2020-12-12Fix builtins generation, mark ld/st as aligned (#22)Andrzej Janik
2020-12-11Fix SPIR-V code generation for PTX special registers (#21)Andrzej Janik
2020-12-09Refactor how vectors are handled (#20)vosen
2020-11-29Merge pull request #15 from nilsmartel/patch-2vosen
2020-11-29Merge pull request #14 from ritschwumm/patch-1vosen
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-23Append short project name to the device if there's not enough space for long ...Andrzej Janik
2020-11-23Change wording slightlyAndrzej Janik
2020-11-23Add graph with Geekbench resultsAndrzej Janik
2020-11-23Add README and rebuild .spv libraryAndrzej Janik
2020-11-23Remove temporary fileAndrzej Janik
2020-11-23Rename everythingAndrzej Janik
2020-11-23Throw away useless stuffAndrzej Janik
2020-11-22Fix typo in selpAndrzej Janik
2020-11-22Add 8bit memsetAndrzej Janik
2020-11-21Fix linking with shl/shr, add memset on host and support __assertfailAndrzej Janik
2020-11-21Fix problems with linkingAndrzej Janik
2020-11-20Fix buggy handling of u8 shared memoryAndrzej Janik
2020-11-19Implement stateless-to-stateful optimizationAndrzej Janik
2020-11-14Support more property queriesAndrzej Janik
2020-11-12Add back erroneously removed functionalityAndrzej Janik
2020-11-12Refactor host code to use one big lockAndrzej Janik
2020-11-07Append project URL to device name and add few missing CUDA v1 functionsAndrzej Janik
2020-11-07Fix ftz behavior slightlyAndrzej Janik
2020-11-06Implement instructions bfe, rem, xorAndrzej Janik
2020-11-05Implement instructions clz, brev, popcAndrzej Janik
2020-11-05Fix same width float-to-float conversionsAndrzej Janik
2020-11-05Fix issues with .param/.local and implement sin, cos, ex2, lg2Andrzej Janik
2020-11-01Implement neg instructionAndrzej Janik
2020-11-01Implement div, sqrt, rsqrt and more of setpAndrzej Janik
2020-10-31Implement atomic instructionsAndrzej Janik
2020-10-26Add support for fma instructionAndrzej Janik
2020-10-26Implement selp instructionAndrzej Janik