Skip to content

Releases: fastmachinelearning/SonicCMS

v5.2.0

31 Jul 15:06
97ae4c4
Compare
Choose a tag to compare

This release introduces new clients and producers that use a custom FPGA server based on TensorRT gRPC calls. (This corresponds to the studies submitted to H2RC2020.)

v5.1.0

23 Apr 03:36
a3f5b39
Compare
Choose a tag to compare

This release introduces new producers for the FACILE algorithm (HCAL reconstruction) and DeepCalo (electron energy regression) that use the TensorRT GPU server. There are also minor updates to the existing JetImage producer. (This release corresponds to the studies submitted to SC2020.)

v5.0.0

17 Dec 17:28
Compare
Choose a tag to compare

Version 5 introduces new abstractions and multi-package support. The building blocks for SONIC are placed in the Core package, with corresponding documentation. Both the Microsoft Brainwave (via gRPC and TensorFlow) and the Nvidia TensorRT inference server implementations from previous versions are now supported.

v4.0.0

17 Dec 17:22
Compare
Choose a tag to compare

This release supports the TensorRT inference server from Nvidia.

v3.1.0

11 Feb 20:27
e0a0e3b
Compare
Choose a tag to compare
  • resolve threading issues (possible data races or cache desynchronization)
  • add scripts for submission of batch jobs using HTCondor

v3.0.0

11 Feb 20:23
Compare
Choose a tag to compare

Third working release of SONIC for CMSSW, updated to the latest Azure machine learning libraries and interfaces.

v2.1.0

04 Jan 21:15
Compare
Choose a tag to compare

Minor improvement for local CPU version: create one TF session per thread (rather than recreating TF session for every event).

v2.0.0

04 Jan 21:14
Compare
Choose a tag to compare

Second working release of SONIC for CMSSW, using ExternalWork with (blocking) asynchronous gRPC calls.

v1.0.0

04 Jan 21:11
Compare
Choose a tag to compare

First working release of SONIC for CMSSW, using blocking synchronous gRPC calls.