ZLUDA Implements Kernel Cache Support To Help With Performance
([Free Software] 4 Hours Ago
ZLUDA Kernel Cache)
- Reference: 0001568895
- News link: https://www.phoronix.com/news/ZLUDA-Kernel-Cache
- Source link:
[1]ZLUDA as the open-source solution [2]bringing CUDA to non-NVIDIA hardware has been [3]seeing a nice uptick in activity the past several months for its latest take on life. The latest feature merged to ZLUDA is the all-important kernel cache to help with performance.
ZLUDA lead developer Andrzej Janik has implemented a kernel cache in order to cache PTX code on-disk to avoid subsequent recompilations. This kernel cache leverages an SQLite database and is another step (of many) to help with bettering the performance of this CUDA implementation for non-NVIDIA hardware.
The kernel cache support was built out as part of [4]ZLUDA-preview.93 yesterday and includes new Linux and Windows binaries for those interested. More details on ZLUDA's kernel cache for those interested via [5]this GitHub pull .
[1] https://www.phoronix.com/search/ZLUDA
[2] https://www.phoronix.com/news/ZLUDA-Third-Life
[3] https://www.phoronix.com/news/ZLUDA-5-preview.43
[4] https://github.com/vosen/ZLUDA/releases/tag/v5-preview.93
[5] https://github.com/vosen/ZLUDA/pull/465
ZLUDA lead developer Andrzej Janik has implemented a kernel cache in order to cache PTX code on-disk to avoid subsequent recompilations. This kernel cache leverages an SQLite database and is another step (of many) to help with bettering the performance of this CUDA implementation for non-NVIDIA hardware.
The kernel cache support was built out as part of [4]ZLUDA-preview.93 yesterday and includes new Linux and Windows binaries for those interested. More details on ZLUDA's kernel cache for those interested via [5]this GitHub pull .
[1] https://www.phoronix.com/search/ZLUDA
[2] https://www.phoronix.com/news/ZLUDA-Third-Life
[3] https://www.phoronix.com/news/ZLUDA-5-preview.43
[4] https://github.com/vosen/ZLUDA/releases/tag/v5-preview.93
[5] https://github.com/vosen/ZLUDA/pull/465
shmerl