Skip to content

Commit

Permalink
Added links to opencl-ls, oclinfo and clinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarius committed Jan 10, 2022
1 parent 5337432 commit 7fa342c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions _dev/doc/Setup.md
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)

0 comments on commit 7fa342c

Please # to comment.