We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d673a5 commit c02e7c7Copy full SHA for c02e7c7
.github/workflows/docs.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install documentation dependencies
21
run: |
22
sudo apt install opencl-c-headers ocl-icd-opencl-dev doxygen
23
- sudo pip3 install --upgrade pip setuptools build
+ sudo pip3 install --upgrade pip setuptools build numpy
24
pip3 install --user --upgrade -r $GITHUB_WORKSPACE/doc/requirements.txt
25
python3 -m build --wheel $GITHUB_WORKSPACE
26
pip3 install --user --upgrade --ignore-installed $GITHUB_WORKSPACE/dist/*.whl
src/pocky/ext/include/pocky.h
@@ -13,12 +13,6 @@
13
14
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
15
16
-/**
17
- * @brief Target version of OpenCL
18
- * @showinitializer
19
- */
-#define CL_TARGET_OPENCL_VERSION 300
-
#include <CL/opencl.h>
/** Exception object for OpenCL-specific errors */
0 commit comments