Commit graph

7 commits

Author SHA1 Message Date
Andrzej Janik
28eca3d75a
Implement kernel cache (#465)
Some checks failed
ZLUDA / Build (Linux) (push) Has been cancelled
ZLUDA / Build (Windows) (push) Has been cancelled
ZLUDA / Build AMD GPU unit tests (push) Has been cancelled
ZLUDA / Run AMD GPU unit tests (push) Has been cancelled
2025-08-11 09:20:40 -07:00
Andrzej Janik
cd7e2f8e36
Force loading ZLUDA through LD_PRELOAD (#447)
Certain applications (pytorch) decide that it's a great idea to distribute whole CUDA driver and link to it with DT_RPATH. This igores LD_LIBRARY_PATH.
This code defeats that evil mechanism through any means necessary
2025-07-31 18:00:13 -07:00
Violet
b8bcbec295
Always use Unix line endings (#453) 2025-07-30 15:09:47 -07:00
Andrzej Janik
22608d7420
Bump dependencies (#392)
Some checks are pending
ZLUDA / Build (Linux) (push) Waiting to run
ZLUDA / Build (Windows) (push) Waiting to run
zip 2.6.1 was yanked and microlp 2.10 has a major bug
2025-06-23 18:04:08 -07:00
Andrzej Janik
f179868b8e
Add automated builds (#358) 2025-06-16 09:53:18 -07:00
Andrzej Janik
c790ab45ec
Redo logging to better log dark API and performance libraries (#372) 2025-06-09 15:29:14 -07:00
Andrzej Janik
df5a96d935
Improve build system (#329)
Also fix Dockerfile and Windows build
2025-01-28 01:55:36 +01:00