Skip to content

Releases: Galarius/vscode-opencl

0.8.5

15 Aug 19:21
Compare
Choose a tag to compare

Version 0.8.5: August 15, 2024

This release resolves the issue in the 'OpenCL Devices' explorer view where an invalid JSON error would occur.

opencl-language-server version: 0.6.3

0.8.4

13 Aug 20:33
Compare
Choose a tag to compare
0.8.4 Pre-release
Pre-release

Version 0.8.4: August 13, 2024

This release improves the logging system.

Dependencies have been updated to address potential vulnerabilities.

0.8.3

25 Feb 11:06
Compare
Choose a tag to compare

Version 0.8.3: February 25, 2024

This release introduces a language server for Linux ARM64 (AArch64).

Dependencies have been updated to address potential vulnerabilities.

0.8.2

26 Aug 16:33
Compare
Choose a tag to compare

Version 0.8.2: August 26, 2023

This release adopts opencl-language-server version 0.6.0.
It offers performance enhancements and resolves various bugs.

Dependencies have been updated to address potential vulnerabilities.

0.8.1

03 May 19:41
Compare
Choose a tag to compare

Version 0.8.1: May 3, 2023

The language server for linux has been recompiled on Ubuntu-20.04 and is bundled with this update.
This ensures compatibility with older systems for which GLIBC_2.32 is not available.

0.8.0

30 Apr 11:43
Compare
Choose a tag to compare

Version 0.8.0: April 30, 2023

This version introduces an explorer view extension to display information about available OpenCL devices.

New commands

OpenCL: Select Select the OpenCL device for kernel diagnostics
OpenCL: Toggle View Toggle the explorer view (display localized or raw properties)

New settings

OpenCL.server.deviceID Device ID or 0 (automatic selection) of the OpenCL device to be used for diagnostics. Use the OpenCL: Select command or the OpenCL Devices explorer actions to specify the identifier.
OpenCL.explorer.localizedProperties Show localized properties of OpenCL devices in the explorer view (uncheck to show raw OpenCL properties).

Other changes

  • Distribution of the clinfo and oclinfo binary utilities has been discontinued in favor of opencl-language-server/0.4.

  • The OpenCL: Info command now displays non-localized information about OpenCL devices in JSON format and corresponds to content displayed in the explorer view.

  • Fixed code formatting with clang-format supplied with the ms-vscode.cpptools extension on macOS.

  • Security updates.

0.7.4

05 May 19:29
Compare
Choose a tag to compare

Version 0.7.4: May 5, 2022

  • Security updates

0.7.3

13 Mar 10:33
Compare
Choose a tag to compare

Version 0.7.3: Mar 13, 2022

0.7.2

05 Oct 19:45
Compare
Choose a tag to compare

Version 0.7.2: Oct 05, 2021

  • Task provider error messages will only be visible in the developer console
  • Security updates

0.7.1

08 Aug 18:08
Compare
Choose a tag to compare

Version 0.7.1: Aug 08, 2021

Built-in OpenCL API reference was extended with:

  • Async Copy and Prefetch Functions
  • Atomic Functions
  • Common Functions
  • Event Functions
  • Geometric Functions
  • Image Functions
  • Integer Functions
  • Math Functions
  • Misc. Vector Functions
  • Relational Functions
  • Sync Functions
  • Vector Data Load and Store Functions
  • Work-Item Functions
  • Pipe Functions