Skip to content

Commit

Permalink
Updated FAQ and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thesleort authored and Galarius committed Aug 16, 2018
1 parent 5a2cfd4 commit b6efb82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
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?
> I am on Linux. `OpenCL: Info` seems very overwhelming compared to other operating systems?
It is not supported for now.
`OpenCL: Info` on Linux uses another tool to extract the information about the system.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This extension adds:
* Auto-Completion (Built-in OpenCL functions, data types and macros)
* Hover tooltip for OpenCL Runtime
* Code Snippets for some host and device functions ([list of functions](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/snippets/code.snippets.progress.md))
* Command `OpenCL: Info` to show OpenCL platforms/devices info. (`linux` is not supported yet)
* Command `OpenCL: Info` to show OpenCL platforms/devices info.
* Support for external formatters (e.g. [AStyle](http://astyle.sourceforge.net))

|![screen-autocomplete](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-autocomplete.gif)|![screen-snippet](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-snippet.gif)|
Expand Down

0 comments on commit b6efb82

Please sign in to comment.