This repository has been archived by the owner on May 27, 2021. It is now read-only.
Tags: JuliaGPU/CUDAdrv.jl
Tags
## CUDAdrv v6.3.0 [Diff since v6.2.3](v6.2.3...v6.3.0) **Closed issues:** - Add support for CUDA stream creation with priority (#146) - Add support for asynchronous 3-D memcopy (cudaMemcpy3DAsync) (#149) - Wrap cuLaunchHostFunc (#229) - Error while freeing (#235) **Merged pull requests:** - Wrap functionality to set and query stream priorities. (#237) (@maleadt) - Wrap 3d memcpy (#238) (@maleadt) - Wrap and test host launch. (#239) (@maleadt) - Adapt to CEnum conversion changes. (#240) (@maleadt) - Protect against recursive failures during init. (#241) (@maleadt)
## CUDAdrv v6.2.0 [Diff since v6.1.0](v6.1.0...v6.2.0) **Merged pull requests:** - Remove isequal/hash as contexts are unique already. (#219) (@maleadt) - Make object construction thread-safe. (#220) (@maleadt) - Be sure to check the result of cuInit. (#221) (@maleadt) - Fix repr (#222) (@maleadt) - Don't initialize a context when calling cuCtxSetCurrent. (#223) (@maleadt)
## CUDAdrv v6.1.0 [Diff since v6.0.1](v6.0.1...v6.1.0) **Closed issues:** - Initialization is not thread safe (#215) **Merged pull requests:** - Fix documentation typo (#214) (@kshyatt) - Update manifest (#216) (@github-actions[bot]) - Clean up init code. (#217) (@maleadt) - Thread safety fixes. (#218) (@maleadt)
PreviousNext