Home
last modified time | relevance | path

Searched refs:opencl_program (Results 1 – 11 of 11) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dflow_graph_opencl_node.h56 class opencl_program; variable
249 friend class opencl_program; variable
853 friend class opencl_program; variable
1161 friend class opencl_program; variable
1217 class opencl_program : tbb::internal::no_assign {
1222opencl_program( Factory& factory, const char* program_name ) : opencl_program( factory, std::strin… in opencl_program() function
1223opencl_program( Factory& factory, const std::string& program_name ) : opencl_program( factory, ope… in opencl_program() function
1226opencl_program( const char* program_name ) : opencl_program( opencl_info::default_factory(), progr… in opencl_program() function
1227opencl_program( const std::string& program_name ) : opencl_program( opencl_info::default_factory()… in opencl_program() function
1228opencl_program( opencl_program_type type ) : opencl_program( opencl_info::default_factory(), type … in opencl_program() function
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dflow_graph_opencl_node.h66 class opencl_program; variable
259 friend class opencl_program; variable
866 friend class opencl_program; variable
1174 friend class opencl_program; variable
1240opencl_program( Factory& factory, const char* program_name ) : opencl_program( factory, std::strin… in opencl_program() function
1241opencl_program( Factory& factory, const std::string& program_name ) : opencl_program( factory, ope… in opencl_program() function
1243opencl_program( opencl_program_type type, const std::string& program_name ) : opencl_program( open… in opencl_program() function
1244opencl_program( const char* program_name ) : opencl_program( opencl_info::default_factory(), progr… in opencl_program() function
1245opencl_program( const std::string& program_name ) : opencl_program( opencl_info::default_factory()… in opencl_program() function
1246opencl_program( opencl_program_type type ) : opencl_program( opencl_info::default_factory(), type … in opencl_program() function
[all …]
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dflow_graph_opencl_node.h66 class opencl_program; variable
259 friend class opencl_program; variable
866 friend class opencl_program; variable
1174 friend class opencl_program; variable
1240opencl_program( Factory& factory, const char* program_name ) : opencl_program( factory, std::strin… in opencl_program() function
1241opencl_program( Factory& factory, const std::string& program_name ) : opencl_program( factory, ope… in opencl_program() function
1243opencl_program( opencl_program_type type, const std::string& program_name ) : opencl_program( open… in opencl_program() function
1244opencl_program( const char* program_name ) : opencl_program( opencl_info::default_factory(), progr… in opencl_program() function
1245opencl_program( const std::string& program_name ) : opencl_program( opencl_info::default_factory()… in opencl_program() function
1246opencl_program( opencl_program_type type ) : opencl_program( opencl_info::default_factory(), type … in opencl_program() function
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dflow_graph_opencl_node.h66 class opencl_program; variable
259 friend class opencl_program; variable
866 friend class opencl_program; variable
1174 friend class opencl_program; variable
1240opencl_program( Factory& factory, const char* program_name ) : opencl_program( factory, std::strin… in opencl_program() function
1241opencl_program( Factory& factory, const std::string& program_name ) : opencl_program( factory, ope… in opencl_program() function
1243opencl_program( opencl_program_type type, const std::string& program_name ) : opencl_program( open… in opencl_program() function
1244opencl_program( const char* program_name ) : opencl_program( opencl_info::default_factory(), progr… in opencl_program() function
1245opencl_program( const std::string& program_name ) : opencl_program( opencl_info::default_factory()… in opencl_program() function
1246opencl_program( opencl_program_type type ) : opencl_program( opencl_info::default_factory(), type … in opencl_program() function
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_opencl_node.cpp130opencl_program<>( PathToFile( "test_opencl_node.cl" ) ).get_kernel( "TestArgumentPassing" ), test_… in TestArgumentPassing()
232 opencl_program<> p( PathToFile("test_opencl_node.cl") ) ; in SimpleDependencyTest()
297 opencl_program<>( PathToFile("test_opencl_node.cl") ).get_kernel( "BroadcastTest" ), in BroadcastTest()
331 opencl_program<> p( PathToFile("test_opencl_node.cl") ); in DiamondDependencyTest()
374 opencl_program<>( PathToFile("test_opencl_node.cl") ).get_kernel( "LoopTestIter" ) ); in LoopTest()
484opencl_program<Factory>( f, PathToFile( "test_opencl_node.cl" ) ).get_kernel( "ConcurrencyTestIter… in operator ()()
706 …OpenCLNodeType k1( g, opencl_program<DefaultFactoryType>( factory, opencl_program_type::SPIR, path… in SpirKernelTest()
760 opencl_program<DefaultFactoryType> p( factory, opencl_program_type::PRECOMPILED, path_to_file); in PrecompiledKernelTest()
839 opencl_program<>( PathToFile( "test_opencl_node.cl" ) ).get_kernel( "Mul" ) ); in KeyMatchingTest()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_opencl_node.cpp130opencl_program<>( PathToFile( "test_opencl_node.cl" ) ).get_kernel( "TestArgumentPassing" ), test_… in TestArgumentPassing()
232 opencl_program<> p( PathToFile("test_opencl_node.cl") ) ; in SimpleDependencyTest()
297 opencl_program<>( PathToFile("test_opencl_node.cl") ).get_kernel( "BroadcastTest" ), in BroadcastTest()
331 opencl_program<> p( PathToFile("test_opencl_node.cl") ); in DiamondDependencyTest()
374 opencl_program<>( PathToFile("test_opencl_node.cl") ).get_kernel( "LoopTestIter" ) ); in LoopTest()
484opencl_program<Factory>( f, PathToFile( "test_opencl_node.cl" ) ).get_kernel( "ConcurrencyTestIter… in operator ()()
706 …OpenCLNodeType k1( g, opencl_program<DefaultFactoryType>( factory, opencl_program_type::SPIR, path… in SpirKernelTest()
760 opencl_program<DefaultFactoryType> p( factory, opencl_program_type::PRECOMPILED, path_to_file); in PrecompiledKernelTest()
839 opencl_program<>( PathToFile( "test_opencl_node.cl" ) ).get_kernel( "Mul" ) ); in KeyMatchingTest()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_opencl_node.cpp130opencl_program<>( PathToFile( "test_opencl_node.cl" ) ).get_kernel( "TestArgumentPassing" ), test_… in TestArgumentPassing()
232 opencl_program<> p( PathToFile("test_opencl_node.cl") ) ; in SimpleDependencyTest()
297 opencl_program<>( PathToFile("test_opencl_node.cl") ).get_kernel( "BroadcastTest" ), in BroadcastTest()
331 opencl_program<> p( PathToFile("test_opencl_node.cl") ); in DiamondDependencyTest()
374 opencl_program<>( PathToFile("test_opencl_node.cl") ).get_kernel( "LoopTestIter" ) ); in LoopTest()
484opencl_program<Factory>( f, PathToFile( "test_opencl_node.cl" ) ).get_kernel( "ConcurrencyTestIter… in operator ()()
706 …OpenCLNodeType k1( g, opencl_program<DefaultFactoryType>( factory, opencl_program_type::SPIR, path… in SpirKernelTest()
760 opencl_program<DefaultFactoryType> p( factory, opencl_program_type::PRECOMPILED, path_to_file); in PrecompiledKernelTest()
839 opencl_program<>( PathToFile( "test_opencl_node.cl" ) ).get_kernel( "Mul" ) ); in KeyMatchingTest()
/dports/devel/tbb/oneTBB-2020.3/examples/graph/stereo/
H A Dstereo.cpp215 opencl_program<> program("imageEffects.cl"); in openclFunctionGPU()
318 opencl_program<> program("imageEffects.cl"); in openclFunctionGPUPlusCPU()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/graph/stereo/
H A Dstereo.cpp215 opencl_program<> program("imageEffects.cl"); in openclFunctionGPU()
318 opencl_program<> program("imageEffects.cl"); in openclFunctionGPUPlusCPU()
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbackend.c10542 …CL_rc = hc_clBuildProgram (hashcat_ctx, *opencl_program, 1, &device_param->opencl_device, build_op… in load_kernel()
10608 *opencl_program = fin; in load_kernel()
10621 …if (hc_clGetProgramInfo (hashcat_ctx, *opencl_program, CL_PROGRAM_BINARIES, sizeof (char *), &bina… in load_kernel()
14129 …if (hc_clCreateKernel (hashcat_ctx, device_param->opencl_program, kernel_name, &device_param->open… in backend_session_begin()
14143 …if (hc_clCreateKernel (hashcat_ctx, device_param->opencl_program, kernel_name, &device_param->open… in backend_session_begin()
14157 …if (hc_clCreateKernel (hashcat_ctx, device_param->opencl_program, kernel_name, &device_param->open… in backend_session_begin()
14173 …if (hc_clCreateKernel (hashcat_ctx, device_param->opencl_program, kernel_name, &device_param->open… in backend_session_begin()
14188 …if (hc_clCreateKernel (hashcat_ctx, device_param->opencl_program, kernel_name, &device_param->open… in backend_session_begin()
14205 …if (hc_clCreateKernel (hashcat_ctx, device_param->opencl_program, kernel_name, &device_param->open… in backend_session_begin()
15524 …if (device_param->opencl_program) hc_clReleaseProgram (hashcat_ctx, device_param->opencl_… in backend_session_destroy()
[all …]
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h1609 cl_program opencl_program; member