Age | Commit message (Expand) | Author |
2021-02-21 | Improve CI (#39) | Andrzej Janik |
2021-02-20 | Improve ZLUDA injection (#37) | Andrzej Janik |
2021-01-26 | Fix signed integer conversion (#36) | Andrzej Janik |
2021-01-23 | Add script for replaying dumped kernel (#34) | Andrzej Janik |
2021-01-16 | Add a library for dumping kernels arguments before and after launch (#18) | Andrzej Janik |
2021-01-15 | Prevent linker from stripping exports on Linux (#33) | Andrzej Janik |
2021-01-08 | Add empty implementation of cuDeviceGetLuid (#30) | Andrzej Janik |
2021-01-08 | Regenerate SPIR-V tests (#29) | Andrzej Janik |
2021-01-08 | Improve build procedure and instructions (#28) | Andrzej Janik |
2021-01-03 | Fix Windows ZLUDA injector (#26) | Andrzej Janik |
2021-01-03 | Merge commit '4b96dbc8f49c5ae00c96935e0b576df88a5d8af9' | Andrzej Janik |
2021-01-03 | Squashed 'ext/detours/' changes from 39aa864..36b69b9 | Andrzej Janik |
2021-01-03 | Merge commit 'dabc40cb19bf4e297c32284d26c74adbd6775e49' as 'ext/detours' | Andrzej Janik |
2021-01-03 | Squashed 'ext/detours/' content from commit 39aa864 | Andrzej Janik |
2020-12-29 | Add building only CI (#25) | Takeshi Watanabe |
2020-12-12 | Fix builtins generation, mark ld/st as aligned (#22) | Andrzej Janik |
2020-12-11 | Fix SPIR-V code generation for PTX special registers (#21) | Andrzej Janik |
2020-12-09 | Refactor how vectors are handled (#20) | vosen |
2020-11-29 | Merge pull request #15 from nilsmartel/patch-2 | vosen |
2020-11-29 | Merge pull request #14 from ritschwumm/patch-1 | vosen |
2020-11-27 | Fix small typo | Nils Martel |
2020-11-27 | fix typo in readme | ritschwumm |
2020-11-24 | Update wording, add license | Andrzej Janik |
2020-11-23 | Update README with links to GeekBench resultsv1 | Andrzej Janik |
2020-11-23 | Append short project name to the device if there's not enough space for long ... | Andrzej Janik |
2020-11-23 | Change wording slightly | Andrzej Janik |
2020-11-23 | Add graph with Geekbench results | Andrzej Janik |
2020-11-23 | Add README and rebuild .spv library | Andrzej Janik |
2020-11-23 | Remove temporary file | Andrzej Janik |
2020-11-23 | Rename everything | Andrzej Janik |
2020-11-23 | Throw away useless stuff | Andrzej Janik |
2020-11-22 | Fix typo in selp | Andrzej Janik |
2020-11-22 | Add 8bit memset | Andrzej Janik |
2020-11-21 | Fix linking with shl/shr, add memset on host and support __assertfail | Andrzej Janik |
2020-11-21 | Fix problems with linking | Andrzej Janik |
2020-11-20 | Fix buggy handling of u8 shared memory | Andrzej Janik |
2020-11-19 | Implement stateless-to-stateful optimization | Andrzej Janik |
2020-11-14 | Support more property queries | Andrzej Janik |
2020-11-12 | Add back erroneously removed functionality | Andrzej Janik |
2020-11-12 | Refactor host code to use one big lock | Andrzej Janik |
2020-11-07 | Append project URL to device name and add few missing CUDA v1 functions | Andrzej Janik |
2020-11-07 | Fix ftz behavior slightly | Andrzej Janik |
2020-11-06 | Implement instructions bfe, rem, xor | Andrzej Janik |
2020-11-05 | Implement instructions clz, brev, popc | Andrzej Janik |
2020-11-05 | Fix same width float-to-float conversions | Andrzej Janik |
2020-11-05 | Fix issues with .param/.local and implement sin, cos, ex2, lg2 | Andrzej Janik |
2020-11-01 | Implement neg instruction | Andrzej Janik |
2020-11-01 | Implement div, sqrt, rsqrt and more of setp | Andrzej Janik |
2020-10-31 | Implement atomic instructions | Andrzej Janik |
2020-10-26 | Add support for fma instruction | Andrzej Janik |