Releases: eugene-dash/kernelmaster
Releases · eugene-dash/kernelmaster
v0.0.2
Changes
- Fixed an error that would result in a double join during the internal synchronization of a failed operation
- Added launch_noops boolean value to .operation.options
- will allow the operation to launch more threads than kernels
- Defaults to false
v0.0.1 Ground Zero
Ground Zero is the first usable implementation of KernelMaster. Beware for bugs!
I am relatively pleased with the API; I plan on using this version for personal projects and adding functionality as I go from here.
vT.0001 Zig Dependency Compatibility
Same as vT.0000 except that the kernelmaster module is now added to the std.Build object.
vT.0000 Zig Compatibility Testing
Testing KernelMaster's compatibility with Zig's dependency system. This release is not necessarily usable.