From b6efb82a85a356836c8a5be118b6dde410923806 Mon Sep 17 00:00:00 2001 From: Troels Blicher Petersen Date: Thu, 16 Aug 2018 21:00:11 +0200 Subject: [PATCH] Updated FAQ and Readme --- FAQ.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 015ebb9..357570a 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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. \ No newline at end of file +`OpenCL: Info` on Linux uses another tool to extract the information about the system. \ No newline at end of file diff --git a/README.md b/README.md index 1380920..4a3db13 100644 --- a/README.md +++ b/README.md @@ -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)|