Home
last modified time | relevance | path

Searched refs:CL_PROGRAM_BINARIES (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/lang/pocl/pocl-1.8/tests/runtime/
H A Dtest_clCreateProgramWithBinary.c68 err = clGetProgramInfo(program, CL_PROGRAM_BINARIES, in main()
155 err = clGetProgramInfo(program, CL_PROGRAM_BINARIES, 1 * sizeof(char*), in main()
H A Dtest_enqueue_kernel_from_binary.c144 CHECK_CL_ERROR (clGetProgramInfo (program1, CL_PROGRAM_BINARIES, in main()
184 CHECK_CL_ERROR(clGetProgramInfo(b_program1, CL_PROGRAM_BINARIES, in main()
204 CHECK_CL_ERROR (clGetProgramInfo (static_wg_size_program, CL_PROGRAM_BINARIES, in main()
/dports/lang/pocl/pocl-1.8/tests/regression/
H A Dtest_alignment_with_dynamic_wg2.cpp70 int err = program.getInfo<>(CL_PROGRAM_BINARIES, &binaries); in main()
H A Dtest_alignment_with_dynamic_wg.cpp80 int err = program.getInfo<>(CL_PROGRAM_BINARIES, &binaries); in test_invocation()
H A Dtest_program_from_binary_with_local_1_1_1.c102 err = clGetProgramInfo(program_source, CL_PROGRAM_BINARIES, sizeof(char*), &binary, NULL); in main()
/dports/math/stanmath/math-4.2.0/lib/opencl_2.0.15/examples/src/
H A Dtrivial.cpp239 auto v = vectorAddProgram.getInfo<CL_PROGRAM_BINARIES>(); in main()
243 vectorAddProgram.getInfo(CL_PROGRAM_BINARIES, &v3); in main()
/dports/devel/opencl/OpenCL-CLHPP-2.0.15/examples/src/
H A Dtrivial.cpp239 auto v = vectorAddProgram.getInfo<CL_PROGRAM_BINARIES>(); in main()
243 vectorAddProgram.getInfo(CL_PROGRAM_BINARIES, &v3); in main()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gpu_utils/
H A Docl_caching.cpp165 cl_error = clGetProgramInfo(program, CL_PROGRAM_BINARIES, sizeof(binary), &binary, nullptr); in writeBinaryToCache()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/
H A Dprogram.hpp171 CL_PROGRAM_BINARIES, in binary()
637 ((std::vector<unsigned char *>, CL_PROGRAM_BINARIES))
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/cl/api/
H A Dget-program-info.c88 if(program_infos[i] != CL_PROGRAM_BINARIES) { in piglit_cl_test()
H A Dcreate-program-with-binary.c109 errNo = clGetProgramInfo(program, CL_PROGRAM_BINARIES, in create_binary_program()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/api/
H A Dcl_get_program_info_tests.inl297 …retVal = clGetProgramInfo(pProgram, CL_PROGRAM_BINARIES, numDevicesForProgram * sizeof(unsigned ch…
308 …retVal = clGetProgramInfo(pProgram, CL_PROGRAM_BINARIES, numDevicesForProgram * sizeof(unsigned ch…
499 …retVal = clGetProgramInfo(pProgram, CL_PROGRAM_BINARIES, expectedNumDevices * sizeof(unsigned char…
/dports/devel/vexcl/vexcl-1.4.3/vexcl/backend/opencl/
H A Dcompiler.hpp65 std::vector<std::vector<unsigned char>> binaries = program.getInfo<CL_PROGRAM_BINARIES>(); in save_program_binaries()
/dports/lang/pocl/pocl-1.8/lib/CL/
H A DclGetProgramInfo.c113 case CL_PROGRAM_BINARIES: in POname()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/jit/ngen/
H A Dngen_opencl.hpp81 …detail::handleCL(clGetProgramInfo(program, CL_PROGRAM_BINARIES, sizeof(binaryPtr), &binaryPtr, nul… in getOpenCLCProgramBinary()
/dports/devel/hyperscan/boost_1_75_0/boost/compute/
H A Dprogram.hpp172 CL_PROGRAM_BINARIES, in binary()
780 ((std::vector<unsigned char *>, CL_PROGRAM_BINARIES))
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/
H A Dprogram.hpp172 CL_PROGRAM_BINARIES, in binary()
780 ((std::vector<unsigned char *>, CL_PROGRAM_BINARIES))
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/
H A Dprogram.hpp172 CL_PROGRAM_BINARIES, in platform()
780 ((std::vector<unsigned char *>, CL_PROGRAM_BINARIES))
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/
H A Dprogram.hpp172 CL_PROGRAM_BINARIES, in binary()
780 ((std::vector<unsigned char *>, CL_PROGRAM_BINARIES))
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/
H A Dprogram.hpp172 CL_PROGRAM_BINARIES, in binary()
780 ((std::vector<unsigned char *>, CL_PROGRAM_BINARIES))
/dports/devel/boost-libs/boost_1_72_0/boost/compute/
H A Dprogram.hpp172 CL_PROGRAM_BINARIES, in binary()
780 ((std::vector<unsigned char *>, CL_PROGRAM_BINARIES))
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/
H A Dprogram.hpp172 CL_PROGRAM_BINARIES, in binary()
780 ((std::vector<unsigned char *>, CL_PROGRAM_BINARIES))
/dports/devel/boost-docs/boost_1_72_0/boost/compute/
H A Dprogram.hpp172 CL_PROGRAM_BINARIES, in binary()
780 ((std::vector<unsigned char *>, CL_PROGRAM_BINARIES))
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/program/
H A Dget_info.cpp44 case CL_PROGRAM_BINARIES: { in getInfo()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-util-cl-enum.c438 CASE(CL_PROGRAM_BINARIES) // 0x1166 in piglit_cl_get_enum_name()
724 CL_PROGRAM_BINARIES,

1234567