Releases: tugrul512bit/Cekirdekler
Releases · tugrul512bit/Cekirdekler
v1.1.5
compute() method bounds checking for both workitems and arrays
v1.1.4
string bug in platform dispose fixed
v1.1.3
Bug for device selection in v1.1.2 fixed (was disposing platform twice)
v1.1.2
feature: adding two device groups together to use for gpgpu.
v1.1.1
Singe devices can be selected now
v1.1.0
Explicit device selection added
instead of picking all gpus, all cpu, all accelerators, all cpu+gpu, .... now they can be chosen by vendor, by platform vendor, by memory type, by compute unit numbers and similar.
v1.0.7
Reworked namespaces
v1.0.6
Fixed a bug: GC was collecting parameters while cruncher has buffers bound to their unmanaged arrays. Now it adds them to a list for a strong reference.
Uses more memory until gets released.
v1.0.5
Tidied up naming of properties and fixed some summaries
Hidden unnecessary classes from public access
v1.0.4 Hidden some unnecessary opencl wrappers with internal keyword