-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added links to opencl-ls, oclinfo and clinfo
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
# Developer Notes | ||
|
||
## Setup | ||
## Setup OpenCL VS Code Extension | ||
|
||
* Install npm if needed: `brew install npm` | ||
* Install vsce if needed: `npm install -g vsce` | ||
* For zsh: `echo 'source ~/.zshrc' > ~/.zshenv` | ||
* Install packages for extension: `npm install` | ||
|
||
## Setup OpenCL Language Server | ||
|
||
* Clone/update [opencl-language-server](https://github.com/Galarius/opencl-language-server) submodule: `git submodule update --init --recursive` | ||
|
||
## VSCE | ||
|
||
* Create extension package locally: `vsce package` | ||
* Publish extesion`vsce publish` | ||
* Publish extesion: `vsce publish` | ||
|
||
## OpenCL:Info | ||
|
||
* On Windows & macOS: [ocl-info](https://github.com/Galarius/ocl-info) | ||
* On Linux: [clinfo](https://github.com/Oblomov/clinfo) |