Skip to content

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarius committed Aug 8, 2021
1 parent 800e388 commit 30b2401
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 8 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# OpenCL for Visual Studio Code Change Log

## 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

## Version 0.7.0: Aug 04, 2021

* Added language server to provide diagnostics for an OpenCL kernel
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This extension adds [OpenCL C/C++](https://en.wikipedia.org/wiki/OpenCL) languag
## Features

* OpenCL Compute Kernel Support [`*.cl`, `*.ocl`]
* OpenCL Language Server
* OpenCL Language Server (***new feature***)
* OpenCL C/C++ Syntax Highlighting
* Offline Kernel Compilation
* Auto Completion of Built-in OpenCL Symbols
Expand Down Expand Up @@ -37,6 +37,7 @@ This extension adds [OpenCL C/C++](https://en.wikipedia.org/wiki/OpenCL) languag
- [Contributing](#contributing)
- [Change Log](#change-log)
- [License](#license)
- [Disclaimer](#disclaimer)

---

Expand Down Expand Up @@ -84,4 +85,8 @@ This command opens a new VS Code tab filled with information about available Ope

## License

[MIT License](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/LICENSE.txt)
[MIT License](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/LICENSE.txt)

## Disclaimer

OpenCL is the trademark of Apple Inc.
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "OpenCL for Visual Studio Code",
"author": "galarius",
"license": "MIT",
"version": "0.7.0",
"version": "0.7.1",
"publisher": "galarius",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-opencl",
"displayName": "OpenCL",
"description": "OpenCL for Visual Studio Code",
"version": "0.7.0",
"version": "0.7.1",
"publisher": "galarius",
"icon": "images/OpenCL_128x.png",
"author": {
Expand Down

0 comments on commit 30b2401

Please sign in to comment.