Skip to content

Releases: beehive-lab/tornado-insight

v1.2.4

13 Sep 08:37
ed1db50
Compare
Choose a tag to compare

TornadoInsight v1.2.4 contains as main features:

  • Added file to describe how to extend and test the plugin. #28

v1.2.3

04 Sep 11:25
0ef4630
Compare
Choose a tag to compare

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 of TornadoVM. #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

02 Jul 08:58
Compare
Choose a tag to compare

TornadoInsight v1.2.2 contains as main features:

  • Added compatibility with the latest version 241.* IntelliJ IDEA builds.

v1.2.1

22 Dec 12:29
Compare
Choose a tag to compare

TornadoInsight v1.2.1 contains as main features:

  • Update of the compatibility range for the IntelliJ IDEA build to cover 233.* builds.

v1.2.0

21 Dec 13:31
Compare
Choose a tag to compare

TornadoInsight v1.2.0 contains as main features:

  • Fixes for compatibility with IntelliJ IDEA 2023.3.* versions.

v1.1

18 Dec 13:17
Compare
Choose a tag to compare

TornadoInsight is an open-source plugin that enhances the developer experience when working with TornadoVM.

TornadoInsight v1.1 contains as main features:

  • Documentation updates to enhance the readability of instructions in JetBrains Marketplace.

v1.0

12 Dec 14:18
5f23417
Compare
Choose a tag to compare

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.