Skip to content

Tags: samo-lin/CUDA.jl

Tags

v0.1.0

Toggle v0.1.0's commit message
## CUDA v0.1.0

**Closed issues:**
- Documentation: installation instructions (JuliaGPU#1)
- Faced some errors while testing cuda in Julia (JuliaGPU#3)
- facing unknown errors while compiling exact similar code for parallelization on CPU (JuliaGPU#7)

**Merged pull requests:**
- Fix typo (JuliaGPU#2) (@innerlee)
- Doc: fix comment on how memory is moving (JuliaGPU#4) (@mbauman)
- Install TagBot as a GitHub Action (JuliaGPU#8) (@JuliaTagBot)
- small grammar/typo tweaks to the introduction tutorial (JuliaGPU#12) (@KristofferC)
- Add code of other CUDA packages (JuliaGPU#14) (@maleadt)
- Initialize the memory pool (JuliaGPU#19) (@maleadt)
- Improve initialization for threading (JuliaGPU#20) (@maleadt)
- Don't use BinaryBuilder for most CI tests. (JuliaGPU#21) (@maleadt)