Home
last modified time | relevance | path

Searched full:opencl (Results 1 – 25 of 3113) sorted by relevance

12345678910>>...125

/aosp_15_r20/external/llvm/test/CodeGen/AMDGPU/
H A Dimage-resource-id.ll10 define void @test_2d_rd_1_0(%opencl.image2d_t addrspace(1)* %in, ; read_only
13 %0 = call i32 @llvm.OpenCL.image.get.resource.id.2d(
14 %opencl.image2d_t addrspace(1)* %in) #0
24 define void @test_3d_rd_1_0(%opencl.image3d_t addrspace(1)* %in, ; read_only
27 %0 = call i32 @llvm.OpenCL.image.get.resource.id.3d(
28 %opencl.image3d_t addrspace(1)* %in) #0
40 define void @test_2d_wr_1_0(%opencl.image2d_t addrspace(1)* %in, ; write_only
43 %0 = call i32 @llvm.OpenCL.image.get.resource.id.2d(
44 %opencl.image2d_t addrspace(1)* %in) #0
54 define void @test_3d_wr_1_0(%opencl.image3d_t addrspace(1)* %in, ; write_only
[all …]
H A Dimage-attributes.ll10 define void @width_2d (%opencl.image2d_t addrspace(1)* %in,
13 %0 = call [3 x i32] @llvm.OpenCL.image.get.size.2d(
14 %opencl.image2d_t addrspace(1)* %in) #0
23 define void @width_3d (%opencl.image3d_t addrspace(1)* %in,
26 %0 = call [3 x i32] @llvm.OpenCL.image.get.size.3d(
27 %opencl.image3d_t addrspace(1)* %in) #0
40 define void @height_2d (%opencl.image2d_t addrspace(1)* %in,
43 %0 = call [3 x i32] @llvm.OpenCL.image.get.size.2d(
44 %opencl.image2d_t addrspace(1)* %in) #0
53 define void @height_3d (%opencl.image3d_t addrspace(1)* %in,
[all …]
/aosp_15_r20/external/angle/third_party/OpenCL-CTS/gn/basic/
H A DBUILD.gn5 import("//third_party/OpenCL-CTS/gn/angle_ocl_cts.gni")
9 [ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/basic" ]
11 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/basic/main.cpp",
12 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/basic/test_arraycopy.cpp",
13 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/basic/test_arrayimagecopy.cpp",
14 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/basic/test_arrayreadwrite.cpp",
15 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/basic/test_astype.cpp",
16 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/basic/test_async_copy.cpp",
17 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/basic/test_async_copy2D.cpp",
18 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/basic/test_async_copy3D.cpp",
[all …]
/aosp_15_r20/external/OpenCL-ICD-Loader/
H A DREADME.md1 # OpenCL<sup>TM</sup> ICD Loader
3 This repo contains the source code and tests for the Khronos official OpenCL ICD Loader.
7 …(https://github.com/KhronosGroup/OpenCL-ICD-Loader/workflows/Windows/badge.svg)](https://github.co…
8 …](https://github.com/KhronosGroup/OpenCL-ICD-Loader/workflows/Linux/badge.svg)](https://github.com…
9 …](https://github.com/KhronosGroup/OpenCL-ICD-Loader/workflows/MacOS/badge.svg)](https://github.com…
13 OpenCL defines an *Installable Client Driver* (ICD) mechanism to allow developers to build applicat…
16 * Exporting OpenCL API entry points
17 * Enumerating OpenCL implementations
18 * Forwarding OpenCL API calls to the correct implementation
20 This repo contains the source code and tests for the Khronos official OpenCL ICD Loader.
[all …]
H A DCMakeLists.txt4 if(TARGET OpenCL)
8 project (OpenCL-ICD-Loader
19 # Khronos OpenCL Working Group strongly recommends building and using the ICD
32 # shipping their OpenCL implementations. The vendor installers collaborate
39 # Using the OpenCL ICD loader as a static library is NOT recommended for
49 …option(OPENCL_ICD_LOADER_BUILD_SHARED_LIBS "Build OpenCL ICD Loader as shared library" ${OPENCL_IC…
51 # This option enables/disables support for OpenCL layers in the ICD loader.
54 option (ENABLE_OPENCL_LAYERS "Enable OpenCL Layers" ON)
89 loader/windows/OpenCL.rc)
100 list (APPEND OPENCL_ICD_LOADER_SOURCES loader/windows/OpenCL-mingw-i686.def)
[all …]
/aosp_15_r20/external/OpenCL-CLHPP/.github/workflows/
H A Dlinux.yml6 …fig:${{ github.workspace }}/external/OpenCL-Headers/install/share/pkgconfig:${{ github.workspace }…
11 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127
26OpenCL-CLHPP/OpenCL-CLHPP/install/share/pkgconfig:/__w/OpenCL-CLHPP/OpenCL-CLHPP/external/OpenCL-H…
30 - name: Checkout OpenCL-CLHPP
35 - name: Checkout OpenCL-Headers
38 repository: KhronosGroup/OpenCL-Headers
39 path: external/OpenCL-Headers
41 - name: Checkout OpenCL-ICD-Loader
44 repository: KhronosGroup/OpenCL-ICD-Loader
45 path: external/OpenCL-ICD-Loader
[all …]
H A Dmacos.yml6 …fig:${{ github.workspace }}/external/OpenCL-Headers/install/share/pkgconfig:${{ github.workspace }…
20 - name: Checkout OpenCL-CLHPP
25 - name: Checkout OpenCL-Headers
28 repository: KhronosGroup/OpenCL-Headers
29 path: external/OpenCL-Headers
31 - name: Checkout OpenCL-ICD-Loader
34 repository: KhronosGroup/OpenCL-ICD-Loader
35 path: external/OpenCL-ICD-Loader
48 - name: Build & install OpenCL-Headers
54 -D CMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/external/OpenCL-Headers/install
[all …]
H A Dwindows.yml24 - name: Checkout OpenCL-CLHPP
29 - name: Checkout OpenCL-Headers
32 repository: KhronosGroup/OpenCL-Headers
33 path: external/OpenCL-Headers
35 - name: Checkout OpenCL-ICD-Loader
38 repository: KhronosGroup/OpenCL-ICD-Loader
39 path: external/OpenCL-ICD-Loader
53 - name: Build & install OpenCL-Headers (MSBuild)
59 …CE%\external\OpenCL-Headers\install -D BUILD_TESTING=OFF -S %GITHUB_WORKSPACE%\external\OpenCL-Hea…
60 …%CMAKE_EXE% --build %GITHUB_WORKSPACE%/external/OpenCL-Headers/build --target install --config Rel…
[all …]
/aosp_15_r20/external/OpenCL-Headers/
H A DREADME.md1 # OpenCL<sup>TM</sup> API Headers
3 This repository contains C language headers for the OpenCL API.
7 https://github.com/KhronosGroup/OpenCL-Headers
14 > While the OpenCL Headers can be built and installed in isolation, it is part of the [OpenCL SDK](…
18 - The OpenCL Headers CMake package support uses CMake for its build system.
35 cmake -D CMAKE_PREFIX_PATH=/chosen/install/prefix /path/to/opencl/app
46 target_link_libraries(app PRIVATE OpenCL::Headers)
51 The OpenCL API headers in this repository are Unified headers and are designed
52 to work with all released OpenCL versions. This differs from previous OpenCL
56 ## Compiling for a Specific OpenCL Version
[all …]
/aosp_15_r20/external/clang/test/CodeGenOpenCL/
H A Dcl20-device-side-enqueue.cl8 // CHECK: %default_queue = alloca %opencl.queue_t*
12 // CHECK: %ndrange = alloca %opencl.ndrange_t*
14 // CHECK: %clk_event = alloca %opencl.clk_event_t*
16 // CHECK: %event_wait_list = alloca %opencl.clk_event_t*
18 // CHECK: %event_wait_list2 = alloca [1 x %opencl.clk_event_t*]
21 // CHECK: [[DEF_Q:%[0-9]+]] = load %opencl.queue_t*, %opencl.queue_t** %default_queue
23 // CHECK: [[NDR:%[0-9]+]] = load %opencl.ndrange_t*, %opencl.ndrange_t** %ndrange
26 …// CHECK: call i32 @__enqueue_kernel_basic(%opencl.queue_t* [[DEF_Q]], i32 [[FLAGS]], %opencl.ndra…
32 // CHECK: [[DEF_Q:%[0-9]+]] = load %opencl.queue_t*, %opencl.queue_t** %default_queue
34 // CHECK: [[NDR:%[0-9]+]] = load %opencl.ndrange_t*, %opencl.ndrange_t** %ndrange
[all …]
H A Dpipe_builtin.cl3 // CHECK: %opencl.pipe_t = type opaque
4 // CHECK: %opencl.reserve_id_t = type opaque
7 // CHECK: call i32 @__read_pipe_2(%opencl.pipe_t* %{{.*}}, i8* %{{.*}})
9 // CHECK: call %opencl.reserve_id_t* @__reserve_read_pipe(%opencl.pipe_t* %{{.*}}, i32 {{.*}})
11 …// CHECK: call i32 @__read_pipe_4(%opencl.pipe_t* %{{.*}}, %opencl.reserve_id_t* %{{.*}}, i32 {{.*…
13 // CHECK: call void @__commit_read_pipe(%opencl.pipe_t* %{{.*}}, %opencl.reserve_id_t* %{{.*}})
18 // CHECK: call i32 @__write_pipe_2(%opencl.pipe_t* %{{.*}}, i8* %{{.*}})
20 // CHECK: call %opencl.reserve_id_t* @__reserve_write_pipe(%opencl.pipe_t* %{{.*}}, i32 {{.*}})
22 …// CHECK: call i32 @__write_pipe_4(%opencl.pipe_t* %{{.*}}, %opencl.reserve_id_t* %{{.*}}, i32 {{.…
24 // CHECK: call void @__commit_write_pipe(%opencl.pipe_t* %{{.*}}, %opencl.reserve_id_t* %{{.*}})
[all …]
/aosp_15_r20/external/clang/test/Misc/
H A Damdgcn.languageOptsOpenCL.cl15 #pragma OPENCL EXTENSION cl_clang_storage_class_specifiers: enable
20 #pragma OPENCL EXTENSION cl_khr_fp16: enable
25 #pragma OPENCL EXTENSION cl_khr_int64_base_atomics: enable
30 #pragma OPENCL EXTENSION cl_khr_int64_extended_atomics: enable
35 #pragma OPENCL EXTENSION cl_khr_gl_sharing: enable
36 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_gl_sharing' - ignoring}}
41 #pragma OPENCL EXTENSION cl_khr_icd: enable
48 #pragma OPENCL EXTENSION cl_khr_byte_addressable_store: enable
50 // expected-warning@-2{{OpenCL extension 'cl_khr_byte_addressable_store' is core feature or support…
56 #pragma OPENCL EXTENSION cl_khr_global_int32_base_atomics: enable
[all …]
H A Dnvptx.languageOptsOpenCL.cl23 #pragma OPENCL EXTENSION cl_clang_storage_class_specifiers: enable
28 #pragma OPENCL EXTENSION cl_khr_fp16: enable
29 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_fp16' - ignoring}}
34 #pragma OPENCL EXTENSION cl_khr_int64_base_atomics: enable
35 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_int64_base_atomics' - ignoring}}
40 #pragma OPENCL EXTENSION cl_khr_int64_extended_atomics: enable
41 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_int64_extended_atomics' - ignoring}}
46 #pragma OPENCL EXTENSION cl_khr_gl_sharing: enable
51 #pragma OPENCL EXTENSION cl_khr_icd: enable
58 #pragma OPENCL EXTENSION cl_khr_byte_addressable_store: enable
[all …]
H A Dr600.languageOptsOpenCL.cl31 #pragma OPENCL EXTENSION cl_clang_storage_class_specifiers: enable
36 #pragma OPENCL EXTENSION cl_khr_fp16: enable
37 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_fp16' - ignoring}}
42 #pragma OPENCL EXTENSION cl_khr_int64_base_atomics: enable
43 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_int64_base_atomics' - ignoring}}
48 #pragma OPENCL EXTENSION cl_khr_int64_extended_atomics: enable
49 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_int64_extended_atomics' - ignoring}}
54 #pragma OPENCL EXTENSION cl_khr_gl_sharing: enable
55 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_gl_sharing' - ignoring}}
60 #pragma OPENCL EXTENSION cl_khr_icd: enable
[all …]
/aosp_15_r20/external/clang/test/SemaOpenCL/
H A Dextension-version.cl18 #pragma OPENCL EXTENSION cl_clang_storage_class_specifiers: enable
23 #pragma OPENCL EXTENSION cl_khr_fp16: enable
28 #pragma OPENCL EXTENSION cl_khr_int64_base_atomics: enable
33 #pragma OPENCL EXTENSION cl_khr_int64_extended_atomics: enable
38 #pragma OPENCL EXTENSION cl_khr_gl_sharing: enable
43 #pragma OPENCL EXTENSION cl_khr_icd: enable
50 #pragma OPENCL EXTENSION cl_khr_byte_addressable_store: enable
52 // expected-warning@-2{{OpenCL extension 'cl_khr_byte_addressable_store' is core feature or support…
58 #pragma OPENCL EXTENSION cl_khr_global_int32_base_atomics: enable
60 // expected-warning@-2{{OpenCL extension 'cl_khr_global_int32_base_atomics' is core feature or supp…
[all …]
/aosp_15_r20/external/OpenCL-CLHPP/
H A DREADME.md1 # OpenCL<sup>TM</sup> API C++ bindings
5 http://khronosgroup.github.io/OpenCL-CLHPP/
9 * `include/CL/opencl.hpp`:
11 versions of OpenCL (including 1.x). This is what most users will want.
14 Includes `opencl.hpp` and emits a warning, for backwards compability.
17 Doxygen file used to generate HTML documentation for `opencl.hpp`.
35 …ilt and installed in isolation, it is part of the [OpenCL SDK](https://github.com/KhronosGroup/Ope…
41 - the [OpenCL Headers](https://github.com/KhronosGroup/OpenCL-Headers/).
42 …` to CMake, one may specify the location of OpenCL Headers. By default, the C++ Headers will look …
43 - the [OpenCL-ICD-Loader](https://github.com/KhronosGroup/OpenCL-ICD-Loader/) when building the exa…
[all …]
/aosp_15_r20/external/angle/third_party/OpenCL-CTS/gn/api/
H A DBUILD.gn5 import("//third_party/OpenCL-CTS/gn/angle_ocl_cts.gni")
9 [ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/api" ]
11 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/api/main.cpp",
12 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/api/negative_platform.cpp",
13 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/api/test_api_consistency.cpp",
14 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/api/test_api_min_max.cpp",
15 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/api/test_binary.cpp",
16 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/api/test_bool.cpp",
17 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/api/test_clone_kernel.cpp",
18 …"$angle_root/third_party/OpenCL-CTS/src/test_conformance/api/test_context_destructor_callback.cpp",
[all …]
/aosp_15_r20/external/OpenCL-CTS/
H A DREADME.md1 # OpenCL Conformance Test Suite (CTS)
3 This is the OpenCL CTS for all versions of the Khronos
4 [OpenCL](https://www.khronos.org/opencl/) standard.
15 [OpenCL-Headers](https://github.com/KhronosGroup/OpenCL-Headers).
16 * `CL_LIB_DIR` Directory containing the OpenCL library to build against.
17 * `OPENCL_LIBRARIES` Name of the OpenCL library to link.
19 It is advised that the [OpenCL ICD-Loader](https://github.com/KhronosGroup/OpenCL-ICD-Loader)
20 is used as the OpenCL library to build against. Where `CL_LIB_DIR` points to a
21 build of the ICD loader and `OPENCL_LIBRARIES` is "OpenCL".
29 git clone https://github.com/KhronosGroup/OpenCL-CTS.git
[all …]
/aosp_15_r20/external/angle/third_party/OpenCL-CTS/gn/math_brute_force/
H A DBUILD.gn5 import("//third_party/OpenCL-CTS/gn/angle_ocl_cts.gni")
9 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/math_brute_force",
12 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/math_brute_force/binary_double.cpp",
13 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/math_brute_force/binary_float.cpp",
14 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/math_brute_force/binary_i_double.cpp",
15 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/math_brute_force/binary_i_float.cpp",
16 …"$angle_root/third_party/OpenCL-CTS/src/test_conformance/math_brute_force/binary_operator_double.c…
17 …"$angle_root/third_party/OpenCL-CTS/src/test_conformance/math_brute_force/binary_operator_float.cp…
18 …"$angle_root/third_party/OpenCL-CTS/src/test_conformance/math_brute_force/binary_two_results_i_dou…
19 …"$angle_root/third_party/OpenCL-CTS/src/test_conformance/math_brute_force/binary_two_results_i_flo…
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/opencl/
Delementwise.hpp13 #include <boost/numeric/ublas/opencl/library.hpp>
14 #include <boost/numeric/ublas/opencl/vector.hpp>
15 #include <boost/numeric/ublas/opencl/matrix.hpp>
17 namespace boost { namespace numeric { namespace ublas { namespace opencl { namespace
23 void element_wise(ublas::matrix<T, L1, opencl::storage> const &a, in element_wise()
24 ublas::matrix<T, L2, opencl::storage> const &b, in element_wise()
25 ublas::matrix<T, L3, opencl::storage> &result, in element_wise()
49 ublas::matrix<T, L1, opencl::storage> adev(a, queue); in element_wise()
50 ublas::matrix<T, L2, opencl::storage> bdev(b, queue); in element_wise()
51 ublas::matrix<T, L3, opencl::storage> rdev(a.size1(), b.size2(), queue.get_context()); in element_wise()
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DFindOpenCL.cmake10 Finds Open Computing Language (OpenCL)
13 Detection of OpenCL 2.1 and 2.2.
20 This module defines :prop_tgt:`IMPORTED` target ``OpenCL::OpenCL``, if
21 OpenCL has been found.
28 OpenCL_FOUND - True if OpenCL was found
29 OpenCL_INCLUDE_DIRS - include directories for OpenCL
30 OpenCL_LIBRARIES - link against this library to use OpenCL
31 OpenCL_VERSION_STRING - Highest supported OpenCL version (eg. 1.2)
32 OpenCL_VERSION_MAJOR - The major version of the OpenCL implementation
33 OpenCL_VERSION_MINOR - The minor version of the OpenCL implementation
[all …]
/aosp_15_r20/external/ComputeLibrary/docs/user_guide/
H A Drelease_version_and_change_log.dox63 - Add new optimized OpenCL kernel to compute indirect convolution:
64 - \link opencl::kernels::ClIndirectConv2dKernel ClIndirectConv2dKernel \endlink
65 - Add new optimized OpenCL kernel to compute transposed convolution:
66 - \link opencl::kernels::ClTransposedConvolutionKernel ClTransposedConvolutionKernel \endlink
94 - \link opencl::kernels::ClDirectConv2dKernel ClDirectConv2dKernel \endlink
95 - \link opencl::kernels::ClDirectConv2dKernel ClDirectConv3dKernel \endlink
98 …- Optimize the gemm_reshaped_rhs_nly_nt OpenCL kernel using the arm_matrix_multiply extension avai…
99 …- Add support for the arm_matrix_multiply extension in the gemmlowp_mm_reshaped_only_rhs_t OpenCL
103 - Use official Khronos® OpenCL extensions:
105 - Add support of OpenCL 3.0 non-uniform workgroup.
[all …]
/aosp_15_r20/external/angle/third_party/OpenCL-CTS/gn/spir/
H A DBUILD.gn5 import("//third_party/OpenCL-CTS/gn/angle_ocl_cts.gni")
14 [ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spir" ]
16 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spir/datagen.cpp",
17 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spir/kernelargs.cpp",
18 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spir/main.cpp",
19 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spir/run_build_test.cpp",
20 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spir/run_services.cpp",
39 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spir/api.zip",
40 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spir/atomics.zip",
41 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spir/basic.zip",
[all …]
/aosp_15_r20/external/angle/third_party/OpenCL-CTS/gn/spirv_new/
H A DBUILD.gn5 import("//third_party/OpenCL-CTS/gn/angle_ocl_cts.gni")
9 [ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spirv_new" ]
11 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/math_brute_force/reference_math.cpp",
12 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/math_brute_force/utility.cpp",
13 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spirv_new/main.cpp",
14 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spirv_new/test_basic_versions.cpp",
15 …"$angle_root/third_party/OpenCL-CTS/src/test_conformance/spirv_new/test_cl_khr_spirv_no_integer_wr…
16 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spirv_new/test_decorate.cpp",
17 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spirv_new/test_get_program_il.cpp",
18 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/spirv_new/test_linkage.cpp",
[all …]
/aosp_15_r20/external/OpenCL-ICD-Loader/.github/workflows/
H A Dlinux.yml6 …thub.workspace }}/install/lib/pkgconfig:${{ github.workspace }}/external/OpenCL-Headers/install/sh…
33 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127
47 …CONFIG_PATHS: /__w/OpenCL-ICD-Loader/OpenCL-ICD-Loader/install/lib/pkgconfig:/__w/OpenCL-ICD-Loade…
51 - name: Checkout OpenCL-ICD-Loader
54 - name: Checkout OpenCL-Headers
57 repository: KhronosGroup/OpenCL-Headers
58 path: external/OpenCL-Headers
60 - name: Build & install OpenCL-Headers
68 -D CMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/external/OpenCL-Headers/install
70 -B$GITHUB_WORKSPACE/external/OpenCL-Headers/build
[all …]

12345678910>>...125