v1.2.0
CUDA v1.2.0
Closed issues:
- Segmentation fault when creating CuArray of CuArray (#133)
- CUDNN tests fail with CUDNN 6.0.20 (#134)
- CURAND fail to initialize, code 203 (#255)
- Deprecation warnings (#277)
- Can we pleeeeeeeease make cu(x) eltype preserving? (#278)
- On the use of @sync during benchmarking in the documentation (#279)
- Example in Multiple GPUs doc fails (#282)
- LLVM error: Cannot cast between two non-generic address spaces (#286)
Merged pull requests:
- Host-side CUTENSOR (#243) (@kshyatt)
- Add and document a non-blocking version of at-sync. (#280) (@maleadt)
- Use a custom adaptor for cu so that adapt(CuArray) preserves element types. (#281) (@maleadt)
- Check and warn for library versions. (#284) (@maleadt)
- Add note about nvml dll missing (#288) (@kshyatt)
- Update your PR to have tests pass (#289) (@kshyatt)
- Update manifest (#290) (@github-actions[bot])
- Support CUDA 11 (#291) (@maleadt)
- do not open the file twice when reading the libdevice bitcode (#294) (@jakebolewski)