You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option (OPENCL_ICD_LOADER_DISABLE_OPENCLON12"Disable support for OpenCLOn12. Support for OpenCLOn12 should only be disabled when building an import lib to link with, and must be enabled when building an ICD loader for distribution!"OFF)
121
-
122
120
# Generate a DLL without a "lib" prefix for mingw.
Copy file name to clipboardExpand all lines: README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,6 @@ The OpenCL ICD Loader requires:
35
35
- It is recommended to install the headers via CMake, however a convenience shorthand is provided. Providing `OPENCL_ICD_LOADER_HEADERS_DIR` to CMake, one may specify the location of OpenCL Headers. By default, the OpenCL ICD Loader will look for OpenCL Headers in the inc directory.
36
36
- The OpenCL ICD Loader uses CMake for its build system.
37
37
If CMake is not provided by your build system or OS package manager, please consult the [CMake website](https://cmake.org).
38
-
- The Windows OpenCL ICD Loader requires the Windows SDK to check for and enumerate the OpenCLOn12 ICD.
39
-
An OpenCL ICD Loader can be built without a dependency on the Windows SDK using the CMake variable `OPENCL_ICD_LOADER_DISABLE_OPENCLON12`.
40
-
This variable should only be used when building an import lib to link with, and must be enabled when building an OpenCL ICD Loader for distribution!
0 commit comments