Releases: lshqqytiger/ZLUDA
Releases · lshqqytiger/ZLUDA
v3.8-rocm5
Implement cuda runtime api. (cudart) (#17) * [WIP] Implement cudart. * wip * wip * Implement cudart. * wip * Ready to merge.
v3.7.1
v3.7.1-pre2-dnn
v3.8-pre2-dnn Implement cudnnGetProperty.
v3.7.1-pre2
Change logs
- Implement
nvmlDeviceGetCudaComputeCapability
. - Rewrite
nvrtcVersion
. - Merge upstream commits.
v3.7.1-pre1
Change logs
- Implement
cublasDotEx
.
v3.7
Change logs
- Include
zluda.exe
in Windows release. - Disable
zluda_dnn
in Windows build as it requires a particular dependency.- Please refer to future/module/zluda_dnn release.
- Implement
cusparseXcoo2csr
. - Implement
cusparseCreateDnMat
. - Implement
cusparseDestroyDnMat
. - Implement
cusparseDnMatGet
. - Implement
cusparseDnMatGetValues
. - Implement
cusparseDnMatSetValues
. - Implement
cusparseDnMatSetStridedBatch
. - Implement
cusparseDnMatGetStridedBatch
. - Implement
cublasSdot
. - Fix
nvrtcGetErrorString
. - Fix
cusparseDnMatGet
. - Merge upstream commits.
v3.7-pre5-dnn
wip
v3.7-pre5
Change logs
- Implement
cublasSdot
.
v3.7-pre4
Change logs
- Fix
nvrtcGetErrorString
. - Fix
cusparseDnMatGet
.
v3.7-pre3
Change logs
- Implement
cusparseCreateDnMat
. - Implement
cusparseDestroyDnMat
. - Implement
cusparseDnMatGet
. - Implement
cusparseDnMatGetValues
. - Implement
cusparseDnMatSetValues
. - Implement
cusparseDnMatSetStridedBatch
. - Implement
cusparseDnMatGetStridedBatch
.