Releases: cloudkernels/vaccel
vAccel release v0.5.0
What's Changed
vaccelrt:
013c6d0 Fix segmentation fault in exec_generic example
ed5e271 update vectorops (nubificus/vaccel#65)
3773037 Fix unit backend test and update to v1.12.1
8c4f3e7 update FPGA example & fix unpack
c5f0ca0 update types for portability
3508e33 Upload a tgz package (nubificus/vaccel#62)
905c112 Update README (nubificus/vaccel#60)
02e1ce6 Build deb package and upload to s3
f6b07ec Add dummy output for TF noop (nubificus/vaccel#58)
edc56d9 Allow python helper to load more than one plugin (nubificus/vaccel#57)
c5135cd Fix plugin unregister (nubificus/vaccel#56)
4f3f62d Add sgemm over genop (nubificus/vaccel#55)
36111e9 Add the libvaccel-python.so helper lib (nubificus/vaccel#54)
bdbb6b1 Package vaccelRT to a deb package
15016de Add the libvaccel-python.so helper lib
c67ab31 Add FPGA operations (nubificus/vaccel#50)
5653771 Add examples test recipe (nubificus/vaccel#53)
a0ff9ab Test examples
f9dacaa Add minmax over genop (nubificus/vaccel#52)
7c2080c Add minmax over genop
4994ad0 Add noop entry for MinMax
e174bb6 A bit of work on the sgemm call (nubificus/vaccel#36)
3e21db8 Add a minmax
function in the API
2f52f9e Add an sgemm example
debda17 Change sgemm prototype to be a bit more BLAS-like
dd7c740 Add noop image operations
12f8280 Merge pull request nubificus/vaccel#48 from cloudkernels/fix_log_race
2b85826 Initialize logger at lib load
Full Changelog: nubificus/vaccel@v0.4.0...v0.5.0
agent
f483c72 update action tag to use multi-arch image
e1d116f update runner and cargo toml (nubificus/vaccelrt-agent#2)
83d7350 update artifact path & name
edc5e07 Build with cmake and update actions (nubificus/vaccelrt-agent#1)
plugins
virtio
aa48cd2 update directory name for artifact
aaaab86 Update sgemm and add minmax.
f5c4431 update artifact path (nubificus/vaccelrt-plugin-virtio#8)
d48f580 Update action, cpack and NOTICE (nubificus/vaccelrt-plugin-virtio#6)
vsock
ebb9acc update path for artifact
cadb952 Add vector operations
d66416c Add MinMax & SGEMM operations (nubificus/vaccelrt-plugin-vsock#11)
1b2adc3 Point to a 32-bit compatible vaccel-client branch (nubificus/vaccelrt-plugin-vsock#10)
b025a9b update policy to download
fead5d1 Update path for shared object
cbdfb44 Update action, DEB package and NOTICE (nubificus/vaccelrt-plugin-vsock#9)
vAccel release v0.4.0
Minor release v0.4.0
Changelog:
Agent:
- Add support for tcpv4 and unix sockets
- Bump ttrpc version
- Add GenOp support
Bindings:
- Bump crate dependencies' versions
- Bump bindgen version
- Add GenOp support
Plugins:
- update image ops
vAccelRT:
- Add initial profiling support
- Fix consequent runs with exec plugin
- Add non-genop variants for image op examples
- Add more image operations
- prof: envvar to control profiling
- log: fix logging to file
Signed-off-by: Anastassios Nanos [email protected]
Signed-off-by: Kostis Papazafeiropoulos [email protected]
vAccel release v0.3.1
Merge pull request #54 from cloudkernels/feat_update Bring everything up to date
vAccel release v0.3.0
Merge pull request #52 from cloudkernels/feat_tf_delete_session Αdd support for TF session delete operation. 1. Support the `TF_DeleteSession` operation 2. Remove the TensorFlow plugin from the repo 3. Switch all submodule URLs to the https flavour
vAccel release v0.2.1
ci/cd: use workflow dispatch secret in e2e Use the correct PAT for dispatching a workflow Signed-off-by: Babis Chalios <[email protected]>