Commit graph

26 commits

Author SHA1 Message Date
Seunghoon Lee 86cdab3b14
Follow-up changes of #27 (#32)
* Update README.

* Drop dead codes.

* Use addr_of.

* Update Dockerfiles.

* Disable warnings for nvrtc.

* nvrtc.
2024-07-14 16:37:39 +09:00
Andrzej Janik 9e56862ebb
Update README with CGBN information (#237) 2024-05-23 13:28:17 +02:00
Andrzej Janik 2d8c47f147
Support Meshroom (#153) 2024-05-17 00:35:38 +02:00
Andrzej Janik 5d5f7cca75
Rewrite surface implementation to more accurately support unofficial CUDA semantics (#203)
This fixes black screen in some CompuBench tests (TV-L1 Optical Flow) and other apps that use CUDA surfaces incorrectly
2024-04-14 02:39:34 +02:00
Ikko Eltociear Ashimine 14a4016964
Update README.md (#166)
underying -> underlying
2024-03-08 01:35:05 +01:00
Seb Ospina af0216b1a0
Fix adrenalin software link (#139)
The link that should be for AMD Adrenalin was pointing to ROCm linux info
2024-02-26 12:43:46 +01:00
Andrzej Janik 4a81dbffb5
Update llama.cpp support (#102)
Add sign extension support to prmt, allow set.<op>.f16x2.f16x2, add more BLAS mappings
2024-02-16 00:01:21 +01:00
Ikko Eltociear Ashimine 9f7be97ef6
Update README.md (#100)
uderlying -> underlying
2024-02-15 18:15:31 +01:00
Andrzej Janik 8d10f756a9
Add troubleshooting/debugging instructions (#91) 2024-02-15 13:25:52 +01:00
ManInDark c884348427
Fixed typo in readme (#89) 2024-02-15 01:38:42 +01:00
Arna13 0c3bf2d9d0
Fixing typo in README.md (#63) 2024-02-13 21:57:51 +01:00
Andrzej Janik 1b9ba2b233 Nobody expects the Red Team
Too many changes to list, but broadly:
* Remove Intel GPU support from the compiler
* Add AMD GPU support to the compiler
* Remove Intel GPU host code
* Add AMD GPU host code
* More device instructions. From 40 to 68
* More host functions. From 48 to 184
* Add proof of concept implementation of OptiX framework
* Add minimal support of cuDNN, cuBLAS, cuSPARSE, cuFFT, NCCL, NVML
* Improve ZLUDA launcher for Windows
2024-02-11 20:45:51 +01:00
Andrzej Janik 60d2124a16
Search for a new developer (#44) 2021-02-28 12:18:44 +01:00
Andrzej Janik 4d3e37befc
Update README.md (#42) 2021-02-22 01:32:04 +01:00
Andrzej Janik 4ed9ef8edb
Improve CI (#39)
* Use official GPU driver packages for building on Linux
* Start building on Windows
* Start uploading artifacts
2021-02-21 14:44:58 +01:00
Andrzej Janik 36514bd6eb
Improve ZLUDA injection (#37)
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-02-20 21:40:19 +01:00
Andrzej Janik 972f612562
Fix signed integer conversion (#36)
This fixes the last remaining bug preventing end-to-end GeekBench run, so also update Geekbench results in README
2021-01-26 21:05:09 +01:00
Andrzej Janik 078ae20c2c
Improve build procedure and instructions (#28)
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)
2021-01-08 17:17:46 +01:00
vosen a6a9eb347b
Merge pull request #15 from nilsmartel/patch-2
Fix small typo
2020-11-29 00:36:05 +01:00
Nils Martel f452550c4f
Fix small typo 2020-11-27 14:26:27 +01:00
ritschwumm b11ba3d1f3
fix typo in readme 2020-11-27 07:24:51 +01:00
Andrzej Janik 103881f70a Update wording, add license 2020-11-24 23:23:53 +01:00
Andrzej Janik 892e47a653 Update README with links to GeekBench results 2020-11-23 22:38:12 +01:00
Andrzej Janik 8fa044004f Change wording slightly 2020-11-23 22:18:30 +01:00
Andrzej Janik 25fc385b8d Add graph with Geekbench results 2020-11-23 22:15:59 +01:00
Andrzej Janik bcd1740ba9 Add README and rebuild .spv library 2020-11-23 21:50:21 +01:00