Releases: Galarius/vscode-opencl
Releases · Galarius/vscode-opencl
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
0.7.0
0.6.6
Version 0.6.6: Jun 14, 2020
- Updated task provider to support
ioc
compiler shipped with Intel® SDK for OpenCL™ 2019 - Security updates
0.6.5
0.6.5-pre
0.6.4-pre
0.6.3-pre
- Formatter provider has been rewritten:
- Formatter modifies a file without auto save
- Removed configuration
opencl.formatting.options
- Only
clang-format
is supported (another version ofclang-format
can still be specified usingopencl.formatting.name
configuration)
0.6.1
0.6.0
Version 0.6.0: May 12, 2019
- Updated:
clang-format
(bundled withms-vscode.cpptools
) is a default formatting utility now. - Updated: Configuration
opencl.formatting.args
was renamed toopencl.formatting.options
. - Updated: Command
OpenCL: Info
will not createoclinfo.txt
file in the project's root. Instead it will just open a new VS Code tab with command's result without saving it to a file. - Added: Neither
OpenCL: Info
command norFormat Document
action do not require an open workspace anymore.