You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.