Releases: beehive-lab/tornado-insight
Releases · beehive-lab/tornado-insight
v1.2.4
v1.2.3
TornadoInsight v1.2.3 contains as main features:
- Added file to describe how to extend and test the plugin. #19
- Fixed bugs regarding dynamic and static checks in
TornadoVM
compute examples. #20 - Fixed issues regarding inline methods called from within the method of interest and some missing variables that were not defined in the generated internal class. #21
- Added support for missing
TornadoVM
types. #22 - Added the try-with-resources functionality in the codegen for the internal classes. #23
- Added support for the examples that use the
Kernel API
ofTornadoVM
. #24 - Enhanced debug options and added this in the user panel of the plugin. #26
- Hotfix for input/output
TaskGraph
parameters that are primitive types with scalar values. #27
v1.2.2
v1.2.1
v1.2.0
v1.1
v1.0
TornadoInsight is an open-source plugin that enhances the developer experience when working with TornadoVM.
TornadoInsight v1.0 contains as main features:
- On-the-fly static checker, that enables developers to identify unsupported Java features in TornadoVM and understand the reasons behind these limitations.
- Dynamic Testing Framework, that enables developers to easily test individual TornadoVM tasks and generate heterogeneous code in OpenCL C, PTX and SPIR-V.