Releases: SkillfulElectro/EMCompute
Releases · SkillfulElectro/EMCompute
v6.0.0
- you can now choose which device you want to use , its great for multi gpu computing tasks
- some improments
Full Changelog: v5.0.0...v6.0.0
v5.0.0
- instead of copying data manually , now API changes the pointer which points to the data
Full Changelog: v4.0.1...v5.0.0
v4.0.1
- bug fixed
Full Changelog: v4.0.0...v4.0.1
v4.0.0
- caching system changed
- CKernel struct changed https://docs.rs/EMCompute/4.0.0/EMCompute/struct.CKernel.html
- new functions added https://docs.rs/EMCompute/4.0.0/EMCompute/fn.create_computing_gpu_resources.html , https://docs.rs/EMCompute/4.0.0/EMCompute/fn.register_computing_kernel_code.html and https://docs.rs/EMCompute/4.0.0/EMCompute/fn.create_computing_gpu_resources.html
- changes to default configs https://docs.rs/EMCompute/4.0.0/EMCompute/fn.set_kernel_default_config.html
Full Changelog: v3.0.0...v4.0.0
v3.0.0
- support added for custom_memory and custom_speed
- changed caching gpu res system
Full Changelog: v2.1.1...v3.0.0
v2.9.1
Full Changelog: v2.1.1...v2.9.1
v2.1.1
- bug fixes
Full Changelog: v2.1.0...v2.1.1
v2.1.0
- deallocate API caches by calling free_compute_cache() function to deallocate the caches
Full Changelog: v2.0.0...v2.1.0
v2.0.0
- GPU res Caching
- performance improvements
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Full Changelog: https://github.com/SkillfulElectro/EMCompute/commits/v1.0.0