Skip to content

Releases: Galarius/vscode-opencl

0.3.0

07 Jul 11:27
Compare
Choose a tag to compare

Version 0.3.0: July 07, 2018

  • Added: Support for external formatters (e.g. AStyle)

vscode-opencl-formatting

0.2.1

28 Apr 12:48
Compare
Choose a tag to compare
  • Hoek dependency was updated due to potential security vulnerability in older version.

v0.2.0

11 Mar 15:07
Compare
Choose a tag to compare
  • Added: Hover tooltip for OpenCL Runtime.

    vscode-opencl-cmd-oclinfo

  • Added: New icon with transparent background.

    icon

v0.1.5

13 Jan 10:13
Compare
Choose a tag to compare
  • Fixed: Types ushort, uint, size_t, intptr_t, uintptr_t were not highlighted.

v0.1.5-pre

03 Jan 11:30
Compare
Choose a tag to compare
v0.1.5-pre Pre-release
Pre-release
  • Fixed highlighting (#3 ). The following types were added: ushort, uint, size_t, intptr_t, uintptr_t.

v0.1.4

02 Jan 19:26
Compare
Choose a tag to compare
  • Fixed #2 : Toggle Line Comment and Toggle Block Comment commands didn't work in *.cl files;

  • Fixed #3 : Unsigned types and types with _t at the end were not highlighted for some color themes.

v0.1.3

29 Oct 14:32
Compare
Choose a tag to compare

Added command OpenCL: Info to show OpenCL platforms/devices info.

vscode-opencl-cmd-oclinfo

Only Win32 and macOS are supported.

Requirements: OpenCL drivers and runtime libraries.

v0.1.2

03 Oct 10:17
Compare
Choose a tag to compare
  • Added Code Snippets for host OpenCL functions
  • Added Code Snippets for device OpenCL functions

v0.1.1

30 Sep 18:26
Compare
Choose a tag to compare

Auto-Completion (Words from the document)

v0.1.0

27 Sep 16:55
Compare
Choose a tag to compare
  • Auto-Completion (Built-in OpenCL functions, data types and macros)