Searched refs:Kernel (Results 1 – 6 of 6) sorted by relevance
26 Many of these instructions have pre-existing counterparts in the Kernel
794 * Creates a Closure which represents a function call to a ForEach Kernel797 * @param kernelID Kernel identifier857 * Creates a Script Kernel ID.861 * @param sig Bitfield describing Kernel signature and operation862 * @return scriptKernelID Script's Kernel identifier898 * @param kernels Collection of Scripts' Kernel identifiers899 * @param srcK Source Kernel identifiers900 * @param dstK Destination Kernel identifiers934 * @param kid Script's Kernel identifier to be changed946 * @param kid Script's Kernel identifier to be changed[all …]
5795 class Kernel;5935 class Kernel : public detail::Wrapper<cl_kernel> class5938 inline Kernel(const Program& program, const char* name, cl_int* err = NULL);5941 Kernel() { } in Kernel() function in cl::Kernel5951 explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : in Kernel() function in cl::Kernel5959 Kernel& operator = (const cl_kernel& rhs) in operator =()5968 Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) {} in Kernel() function in cl::Kernel5973 Kernel& operator = (const Kernel &kernel) in operator =()5982 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(kernel)) {} in Kernel() function in cl::Kernel5987 Kernel& operator = (Kernel &&kernel) in operator =()[all …]
4758 class Kernel;4870 class Kernel : public detail::Wrapper<cl_kernel> class4873 inline Kernel(const Program& program, const char* name, cl_int* err = NULL);4876 Kernel() { } in Kernel() function in cl::Kernel4883 … __CL_EXPLICIT_CONSTRUCTORS Kernel(const cl_kernel& kernel) : detail::Wrapper<cl_type>(kernel) { } in Kernel() function in cl::Kernel4890 Kernel& operator = (const cl_kernel& rhs) in operator =()4899 Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) {} in Kernel() function in cl::Kernel4904 Kernel& operator = (const Kernel &kernel) in operator =()4914 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(kernel)) {} in Kernel() function in cl::Kernel4919 Kernel& operator = (Kernel &&kernel) in operator =()[all …]
117 Kernel parameters of pname:function are specified via pname:pParams, very134 === Resources sharing from Vulkan to the CUDA Kernel
230 Kernel and Vulkan>> for more details.