aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-05-16Backport some image fixescompatAndrzej Janik
2024-04-18Allow profiling kernels from non-primary contextAndrzej Janik
2024-04-14More interop workAndrzej Janik
2024-04-14Merge branch 'master' into compatAndrzej Janik
2024-04-14Rewrite surface implementation to more accurately support unofficial CUDA sem...Andrzej Janik
2024-04-06Implement sad instruction (#198)Andrzej Janik
2024-04-05Fix buggy carry flags when mixing subc/sub.cc with addc/add.cc (#197)Andrzej Janik
2024-04-05Implement mad.hi.cc (#196)NyanCatTW1
2024-04-05[BROKEN] More fixes and debuggingAndrzej Janik
2024-04-03Add failing testsAndrzej Janik
2024-04-03Merge remote-tracking branch 'public/malloc_private' into compatAndrzej Janik
2024-04-03Implement dark api alloc chainmalloc_privateAndrzej Janik
2024-04-02Add tests for heap allocAndrzej Janik
2024-03-30Interop experimentAndrzej Janik
2024-03-30Improve compatibility with certain old codeAndrzej Janik
2024-03-29Support old PTX compression scheme (#188)Andrzej Janik
2024-03-28Add Blender 4.2 support (#184)Andrzej Janik
2024-03-17Disable even more optional LLVM components (#179)Andrzej Janik
2024-03-17Fix reported build errors (#178)Andrzej Janik
2024-03-08Update README.md (#166)Ikko Eltociear Ashimine
2024-02-26Fix adrenalin software link (#139)Seb Ospina
2024-02-16Update llama.cpp support (#102)Andrzej Janik
2024-02-15Update README.md (#100)Ikko Eltociear Ashimine
2024-02-15Add troubleshooting/debugging instructions (#91)Andrzej Janik
2024-02-15Fixed typo in readme (#89)ManInDark
2024-02-13Fixing typo in README.md (#63)Arna13
2024-02-13Tidy up some English in ARCHITECTURE.md (#61)Sean McLemon
2024-02-11Nobody expects the Red Teamv3Andrzej Janik
2021-02-28Search for a new developer (#44)Andrzej Janik
2021-02-22Update README.md (#42)v2Andrzej Janik
2021-02-22Make misc fixes (#41)Andrzej Janik
2021-02-21Add zluda_redirect.dll to CI builds (#40)Andrzej Janik
2021-02-21Improve CI (#39)Andrzej Janik
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