-
-
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 faq.md, install.md. Updated ReadMe.md.
- Loading branch information
Showing
3 changed files
with
39 additions
and
51 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# FAQ | ||
|
||
> Why `OpenCL: Info` command shows error? | ||
The command needs OpenCL drivers and run-time libraries to be installed on your system. They can be obtained e.g. from [Intel](https://software.intel.com/en-us/articles/opencl-drivers). | ||
|
||
> I am on Linux. Why can't I use `OpenCL: Info` command? | ||
It is not supported for now. |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Installation Guide | ||
|
||
## **I.** Install from the Extensions pane | ||
|
||
1. Press `Ctrl+Shift+X` or `Cmd+Shift+X` to open the Extensions pane | ||
|
||
2. Find and install the `OpenCL` extension | ||
|
||
## **II.** Install from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=galarius.vscode-opencl) | ||
|
||
Press `Install` button | ||
|
||
## **III.** Install from the `.vsix` file | ||
|
||
1. Download `vsix` package from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=galarius.vscode-opencl) (Press `Download Extension` link) or select the specific version of this extension from it's [Releases page](https://github.com/Galarius/vscode-opencl/releases) | ||
|
||
2. In VS Code press `Ctrl+Shift+X` or `Cmd+Shift+X` to open the Extensions pane | ||
|
||
3. Press at the right top corner of the pane and select `Install from VSIX...` |
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