From 24d26ca1db95d4bfba4cfe2b475b9f2a72e119e9 Mon Sep 17 00:00:00 2001 From: Kamesh K <mm16b107@smail.iitm.ac.in> Date: Sat, 27 Jun 2020 20:08:33 +0530 Subject: [PATCH] Changing command for installing package Changing the command for installing OpenCL driver for Intel Broadwell or newer processors with an Intel graphics card to conda install intel-compute-runtime --- doc/misc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/misc.rst b/doc/misc.rst index 487920dd..bc1160ea 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -58,7 +58,7 @@ On Linux and macOS, you can use Oclgrind to detect memory access errors. On Linux Intel Broadwell or newer processors with an Intel graphics card, you can use NEO. -#. ``conda install intel-compute-compute`` +#. ``conda install intel-compute-runtime`` On Linux Intel Sandybridge or newer processors with an Intel graphics card, you can use Beignet. -- GitLab