Commit graph

46 commits

Author SHA1 Message Date
Seunghoon Lee d7714d84c0
Add support of ROCm 6. (#27)
* Add support of ROCm 6.1.2 for Windows.

* Fix CI.

* Use llvm.sqrt.f64.
2024-07-13 13:47:35 +09:00
Seunghoon Lee 53b51ddd55
Revert "Fix CI."
This reverts commit 0e558cc0ae.
2024-07-11 11:08:38 +09:00
Seunghoon Lee 0e558cc0ae
Fix CI. 2024-07-11 11:07:13 +09:00
Seunghoon Lee 95f881004f
[CI] Rename CI jobs. 2024-05-17 13:08:52 +09:00
Seunghoon Lee 6fe6b7f843
[CI] Add CI for PR. 2024-05-17 12:34:31 +09:00
Seunghoon Lee cb5fb0e633
[CI] Revise Windows HIP SDK dependency. 2024-04-28 14:39:42 +09:00
Seunghoon Lee 17af40c848
[CI] Add needs. 2024-04-28 13:53:26 +09:00
Seunghoon Lee c2710a88f1
Merge remote-tracking branch 'upstream/master' 2024-04-28 13:00:19 +09:00
Andrzej Janik 995bc95174
Build improvements (#206)
* Allow to create .zip package on Windows
* Allow to create .tar.gz package on Linux
* Add configuration for post-build Github CI
2024-04-28 01:22:43 +02:00
Seunghoon Lee 2812b1db44
Include zluda.exe in Windows release. 2024-03-20 11:22:57 +09:00
Seunghoon Lee 605254b38e
fix upload_url 2024-03-17 18:39:24 +09:00
Seunghoon Lee 65dbb30d2e
job deps 2024-03-17 18:09:08 +09:00
Seunghoon Lee 7bbe0cfbf9
integrate release 2024-03-17 17:38:18 +09:00
Seunghoon Lee 235b40efb8
fix actions 2024-03-17 16:46:51 +09:00
Seunghoon Lee e7f0e972c9
github actions enable linux 2024-03-17 15:57:48 +09:00
Seunghoon Lee 6b7bd0d83d
github actions windows 2024-03-17 15:33:35 +09:00
Seunghoon Lee 9e4eea2a9b
github actions windows 2024-03-17 14:45:14 +09:00
Seunghoon Lee 8f873ac780
github actions windows 2024-03-17 14:40:14 +09:00
Seunghoon Lee 2c999d818b
github actions windows 2024-03-17 14:18:39 +09:00
Seunghoon Lee fd3c21fe44
github actions windows 2024-03-17 13:41:09 +09:00
Seunghoon Lee 3390209b1c
github actions windows 2024-03-17 13:08:58 +09:00
Seunghoon Lee f83b5c4891
github actions windows 2024-03-17 12:37:12 +09:00
Seunghoon Lee ae4764c82a
github actions windows 2024-03-17 12:24:45 +09:00
Seunghoon Lee f85829c437
github actions windows 2024-03-17 12:10:17 +09:00
Seunghoon Lee 1cc2d9fb1b
Update rust.yml 2024-03-17 11:43:13 +09:00
Seunghoon Lee 3584e49751
Update rust.yml 2024-02-20 23:13:45 +09:00
Seunghoon Lee 9036dcdb19
Update rust.yml 2024-02-19 04:33:44 +09:00
Seunghoon Lee 407383512c
Update rust.yml 2024-02-19 04:01:18 +09:00
Seunghoon Lee 0ad8f1ae68
Update rust.yml 2024-02-19 03:11:35 +09:00
Seunghoon Lee 3adbe3ec30
Update rust.yml 2024-02-19 02:11:17 +09:00
Seunghoon Lee 407a9474f8
Update rust.yml 2024-02-19 01:40:58 +09:00
Seunghoon Lee 9f4a9d9f7d
Update rust.yml 2024-02-19 01:13:05 +09:00
Seunghoon Lee 34af04d083
Update rust.yml 2024-02-19 01:06:20 +09:00
Seunghoon Lee 2a8cf91bb9
Update rust.yml 2024-02-19 00:39:10 +09:00
Seunghoon Lee d2793bfc19
Update rust.yml 2024-02-19 00:32:24 +09:00
Seunghoon Lee 3ad1da30db
Update rust.yml 2024-02-19 00:06:25 +09:00
Seunghoon Lee 8f59c750ac
Update rust.yml 2024-02-18 23:28:21 +09:00
Seunghoon Lee deb3904fe3
Update rust.yml 2024-02-18 23:13:04 +09:00
Seunghoon Lee 2bdbdb9e86
Update rust.yml 2024-02-18 22:59:21 +09:00
Seunghoon Lee 2218ad5d16
Update rust.yml 2024-02-18 22:58:26 +09:00
Seunghoon Lee ea2cb726fa
Create rust.yml 2024-02-18 22:49:40 +09: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 ab690c6491
Add zluda_redirect.dll to CI builds (#40) 2021-02-21 17:44:42 +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 ff8135e8a3
Add a library for dumping kernels arguments before and after launch (#18) 2021-01-16 22:28:48 +01:00
Takeshi Watanabe ae950163cd
Add building only CI (#25)
Testing isn't working yet because some tests require live Intel GPU and live NVIDIA GPU
2020-12-29 22:54:48 +01:00