Releases: Galarius/vscode-opencl
Releases · Galarius/vscode-opencl
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
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
andoclinfo
binary utilities has been discontinued in favor ofopencl-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 thems-vscode.cpptools
extension on macOS. -
Security updates.
0.7.4
0.7.3
0.7.2
0.7.1
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