This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
Releases: JuliaGPU/CuArrays.jl
Releases · JuliaGPU/CuArrays.jl
v0.8.0
v0.7.3: Merge pull request #119 from JuliaGPU/omm/broadcasted
Use `broadcasted` instead of `preprocess`
v0.7.2
v0.7.1: Merge pull request #112 from JuliaGPU/tb/move_tests
v0.7.0
v0.6.2
v0.6.1
Add pool allocator management, releasing unused memory after a while (see #83 for more info on the design). This should not impact performance, while reducing idle-time memory usage and lowering GC pressure.
In the case of performance problems, run your code with CUARRAYS_MANAGED_POOL
set to respectively true
and false
, and report the statistics as printed at the end of the session.