Skip to content

Releases: Libraries-Openly-Fused/FusedKernelLibrary

Beta-0.1.13-LTS

07 Nov 07:59
22bd340

Choose a tag to compare

Increment project version revision to 13

Beta-0.1.12-LTS

30 Oct 10:27
4642ba1

Choose a tag to compare

What's Changed

  • 137 use cxp lib functions instead of ops inside ops to reduce include mess by @morousg in #139
  • 140 add test fot back fuser methods by @morousg in #141
  • 136 implement executor for divergentbatchtransformdpp by @morousg in #144
  • Fix Ptr Copy and Move constructors on VS2017 by @morousg in #146
  • Removing unsused parameter that whas making linux compilation to fail by @morousg in #148

Full Changelog: Beta-0.1.11...Beta-0.1.12-LTS

Beta-0.1.11

16 Sep 09:18
ab236aa

Choose a tag to compare

Merge pull request #129 from Libraries-Openly-Fused/128-support-llvm-…

Beta-0.1.10

05 Sep 16:46
8e302b0

Choose a tag to compare

Changes in this version:

  • Adding a more complete and C++ compliant implementation of the vector types operators
  • Fixed VS2017 compilation issues
  • Refactored the batch operations and their interaction with Read and ReadBack operations
  • Introduced the IncompleteReadBackType, and adapted the corresponding code to take it into account.
  • Simplified OperationData implementation

Beta-0.1.9

05 Aug 14:05
42be513

Choose a tag to compare

Merge pull request #88 from Libraries-Openly-Fused/copilot/fix-87

Convert all enums to enum class for type safety and fix CUDA compilation errors

Beta-0.1.8

23 May 12:06
1f33224

Choose a tag to compare

Merge pull request #39 from morousg/38-fix-cmake-generation-stages

Fix generation stage with cmake 4.0 and Ninja

Beta-0.1.7

15 May 12:40
f990d85

Choose a tag to compare

Now PR's will build in a runner, and execute the tests (Linux ARM64)

There has been a major refactor of the code, in order to have different concepts in different files. I makes the code easier to follow and maintain.

fuseDF() now is fuse(), and it's capable to fuse back. That is to join a Read or ReadBack IOp with an incomplete instantiation of a ReadBack IOp. Previously this feature was only available from then().

Beta-0.1.6

21 Apr 16:09

Choose a tag to compare

Bump Version 2

Beta-0.1.5

21 Apr 15:31
f7868ca

Choose a tag to compare

Fixed a performance issue, because we where computing the maximum Widht and Height of all the images in an ReadBatch Operation on the GPU instead of the CPU.

Beta-0.1.4

13 Apr 13:29

Choose a tag to compare

Removing some warnings and improving Operation VectorReorderRT