From 47464fa0345cdec8ecd4116bd2077c9035f5de5b Mon Sep 17 00:00:00 2001 From: Dmitry Rozhkov Date: Tue, 4 Sep 2018 11:09:23 +0300 Subject: [PATCH] Update gpu_plugin/README.md not to mention beignet --- cmd/gpu_plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gpu_plugin/README.md b/cmd/gpu_plugin/README.md index 00cef0db..5bdbf776 100644 --- a/cmd/gpu_plugin/README.md +++ b/cmd/gpu_plugin/README.md @@ -35,7 +35,7 @@ $ kubectl describe node | grep gpu.intel.com ### Test GPU device plugin: -1. Build a Docker image with beignet unit tests: +1. Build a Docker image with an example program offloading FFT computations to GPU: ``` $ cd demo $ ./build-image.sh ubuntu-demo-opencl