Home
last modified time | relevance | path

Searched refs:Kernel (Results 1 – 25 of 957) sorted by relevance

12345678910>>...39

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAMDGPUMetadata.cpp22 LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Arg::Metadata)
23 LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Metadata)
93 struct MappingTraits<Kernel::Attrs::Metadata> {
94 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) { in mapping()
95 YIO.mapOptional(Kernel::Attrs::Key::ReqdWorkGroupSize, in mapping()
97 YIO.mapOptional(Kernel::Attrs::Key::WorkGroupSizeHint, in mapping()
99 YIO.mapOptional(Kernel::Attrs::Key::VecTypeHint, in mapping()
101 YIO.mapOptional(Kernel::Attrs::Key::RuntimeHandle, MD.mRuntimeHandle, in mapping()
107 struct MappingTraits<Kernel::Arg::Metadata> {
108 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) { in mapping()
[all …]
/external/eigen/Eigen/src/Core/
DAssignEvaluator.h197 template<typename Kernel, int Index, int Stop>
201 typedef typename Kernel::DstEvaluatorType DstEvaluatorType;
209 EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE void run(Kernel &kernel) in run()
212 copy_using_evaluator_DefaultTraversal_CompleteUnrolling<Kernel, Index+1, Stop>::run(kernel); in run()
216 template<typename Kernel, int Stop>
217 struct copy_using_evaluator_DefaultTraversal_CompleteUnrolling<Kernel, Stop, Stop>
219 EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE void run(Kernel&) { }
222 template<typename Kernel, int Index_, int Stop>
225 EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE void run(Kernel &kernel, Index outer)
228 … copy_using_evaluator_DefaultTraversal_InnerUnrolling<Kernel, Index_+1, Stop>::run(kernel, outer);
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Doperand_capabilities_test.cpp113 CASE1(EXECUTION_MODEL, ExecutionModelKernel, Kernel),
133 CASE1(MEMORY_MODEL, MemoryModelOpenCL, Kernel),
161 CASE1(EXECUTION_MODE, ExecutionModeLocalSizeHint, Kernel),
177 CASE1(EXECUTION_MODE, ExecutionModeVecTypeHint, Kernel),
178 CASE1(EXECUTION_MODE, ExecutionModeContractionOff, Kernel),
185 CASE1(EXECUTION_MODE, ExecutionModeInitializer, Kernel),
186 CASE1(EXECUTION_MODE, ExecutionModeFinalizer, Kernel),
218 CASE3(DIMENSIONALITY, Dim2D, Kernel, Shader, ImageMSArray),
232 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeNone, Kernel),
234 Kernel),
[all …]
/external/deqp-deps/SPIRV-Tools/test/
Doperand_capabilities_test.cpp113 CASE1(EXECUTION_MODEL, ExecutionModelKernel, Kernel),
133 CASE1(MEMORY_MODEL, MemoryModelOpenCL, Kernel),
161 CASE1(EXECUTION_MODE, ExecutionModeLocalSizeHint, Kernel),
177 CASE1(EXECUTION_MODE, ExecutionModeVecTypeHint, Kernel),
178 CASE1(EXECUTION_MODE, ExecutionModeContractionOff, Kernel),
185 CASE1(EXECUTION_MODE, ExecutionModeInitializer, Kernel),
186 CASE1(EXECUTION_MODE, ExecutionModeFinalizer, Kernel),
218 CASE3(DIMENSIONALITY, Dim2D, Kernel, Shader, ImageMSArray),
232 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeNone, Kernel),
234 Kernel),
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/
Doperand_capabilities_test.cpp113 CASE1(EXECUTION_MODEL, ExecutionModelKernel, Kernel),
133 CASE1(MEMORY_MODEL, MemoryModelOpenCL, Kernel),
161 CASE1(EXECUTION_MODE, ExecutionModeLocalSizeHint, Kernel),
177 CASE1(EXECUTION_MODE, ExecutionModeVecTypeHint, Kernel),
178 CASE1(EXECUTION_MODE, ExecutionModeContractionOff, Kernel),
185 CASE1(EXECUTION_MODE, ExecutionModeInitializer, Kernel),
186 CASE1(EXECUTION_MODE, ExecutionModeFinalizer, Kernel),
218 CASE3(DIMENSIONALITY, Dim2D, Kernel, Shader, ImageMSArray),
232 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeNone, Kernel),
234 Kernel),
[all …]
/external/ComputeLibrary/arm_compute/core/CL/
DCLCompileContext.h160 class Kernel final
164 Kernel();
166 Kernel(const Kernel &) = default;
168 Kernel(Kernel &&) = default;
170 Kernel &operator=(const Kernel &) = default;
172 Kernel &operator=(Kernel &&) = default;
178 Kernel(std::string name, const cl::Program &program);
191 explicit operator cl::Kernel() const in Kernel() function
198 cl::Kernel _kernel; /**< OpenCL Kernel */
251Kernel create_kernel(const std::string &kernel_name, const std::string &program_name, const std::s…
[all …]
/external/gemmlowp/meta/
Dbase.h38 typedef Kernel_ Kernel; typedef
41 Kernel kernel;
53 typedef Kernel_ Kernel; typedef
56 typedef FusedKernelParams<Kernel, OutputStream> FusedKernel;
100 template <typename InType, typename OutType, typename Kernel,
105 const FusedKernelParams<Kernel, OutputStream>& params,
113 typedef Kernel_ Kernel; typedef
119 Kernel kernel;
122 template <typename InType, typename OutType, typename Kernel, int kernel_size,
126 static void Transform(const InType* input, const Kernel& params,
/external/chromium-trace/catapult/systrace/systrace/test_data/
Dprofile-chrome_systrace_perf_chrome_data1Kernel", "name": "datagram_poll", "parent": 2573}, "2853": {"category": "Android", "name": "androi…
/external/angle/src/libANGLE/
DCLKernel.h17 class Kernel final : public _cl_kernel, public Object
39 ~Kernel() override;
48 Kernel(Program &program, const char *name, cl_int &errorCode);
49 Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc, cl_int &errorCode);
59 inline const Program &Kernel::getProgram() const in getProgram()
64 inline const rx::CLKernelImpl::Info &Kernel::getInfo() const in getInfo()
70 inline T &Kernel::getImpl() const in getImpl()
DCLKernel.cpp18 cl_int Kernel::setArg(cl_uint argIndex, size_t argSize, const void *argValue) in setArg()
23 cl_int Kernel::getInfo(KernelInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo()
83 cl_int Kernel::getWorkGroupInfo(cl_device_id device, in getWorkGroupInfo()
157 cl_int Kernel::getArgInfo(cl_uint argIndex, in getArgInfo()
213 Kernel::~Kernel() in ~Kernel()
218 Kernel::Kernel(Program &program, const char *name, cl_int &errorCode) in Kernel() function in cl::Kernel
226 Kernel::Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc, cl_int &errorCode) in Kernel() function in cl::Kernel
/external/ruy/ruy/
Dkernel_arm.h56 struct Kernel<Path::kNeon, std::int8_t, std::int8_t, std::int32_t, DstScalar> {
61 explicit Kernel(Tuning tuning_) : tuning(tuning_) {}
84 struct Kernel<Path::kNeon, std::int8_t, std::int8_t, std::int32_t, DstScalar> {
89 explicit Kernel(Tuning tuning_) : tuning(tuning_) {}
108 struct Kernel<Path::kNeonDotprod, std::int8_t, std::int8_t, std::int32_t,
114 explicit Kernel(Tuning tuning_) : tuning(tuning_) {}
144 struct Kernel<Path::kNeon, float, float, float, float> {
149 explicit Kernel(Tuning tuning_) : tuning(tuning_) {}
170 struct Kernel<Path::kNeon, float, float, float, float> {
175 explicit Kernel(Tuning tuning_) : tuning(tuning_) {}
[all …]
/external/eigen/test/
Dgpu_common.h22 template<typename Kernel, typename Input, typename Output>
23 void run_on_cpu(const Kernel& ker, int n, const Input& in, Output& out) in run_on_cpu()
30 template<typename Kernel, typename Input, typename Output>
33 void run_on_gpu_meta_kernel(const Kernel ker, int n, const Input* in, Output* out) in run_on_gpu_meta_kernel()
42 template<typename Kernel, typename Input, typename Output>
43 void run_on_gpu(const Kernel& ker, int n, const Input& in, Output& out) in run_on_gpu()
64 hipLaunchKernelGGL(HIP_KERNEL_NAME(run_on_gpu_meta_kernel<Kernel, in run_on_gpu()
95 template<typename Kernel, typename Input, typename Output>
96 void run_and_compare_to_gpu(const Kernel& ker, int n, const Input& in, Output& out) in run_and_compare_to_gpu()
/external/tensorflow/tensorflow/lite/kernels/shim/
Dtf_op_shim.h136 template <typename Kernel>
139 ::tensorflow::register_op::OpDefBuilderWrapper(Kernel::ImplType::kOpName); in CreateOpDefBuilderWrapper()
140 for (const auto& input : Kernel::ImplType::Inputs()) ret = ret.Input(input); in CreateOpDefBuilderWrapper()
141 for (const auto& output : Kernel::ImplType::Outputs()) in CreateOpDefBuilderWrapper()
143 for (const auto& attr : Kernel::ImplType::Attrs()) ret = ret.Attr(attr); in CreateOpDefBuilderWrapper()
144 ret.SetShapeFn(Kernel::ShapeInference).Doc(Kernel::ImplType::kDoc); in CreateOpDefBuilderWrapper()
/external/OpenCL-CTS/test_conformance/
Dopencl_conformance_tests_quick.csv44 Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods
45 Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST
46 Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST
47 Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST
64 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR),images/kernel_read_write/test_image_streams CL…
65 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR pitch),images/kernel_read_write/test_image_stre…
66 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR max size),images/kernel_read_write/test_image_s…
104 Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST
Dopencl_conformance_tests_full.csv43 Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods
44 Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST
45 Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST
46 Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST
64 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR),images/kernel_read_write/test_image_streams CL…
65 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR pitch),images/kernel_read_write/test_image_stre…
66 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR max size),images/kernel_read_write/test_image_s…
104 Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST
Dopencl_conformance_tests_full_no_math_or_conversions.csv43 Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods
44 Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST
45 Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST
46 Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST
64 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR),images/kernel_read_write/test_image_streams CL…
65 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR pitch),images/kernel_read_write/test_image_stre…
66 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR max size),images/kernel_read_write/test_image_s…
102 Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST
Dopencl_conformance_tests_full_binary.csv43 Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods --compilation-mode bi…
44 Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST --compilation-mode bi…
45 Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST --c…
46 Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST -…
64 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR),images/kernel_read_write/test_image_streams CL…
65 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR pitch),images/kernel_read_write/test_image_stre…
66 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR max size),images/kernel_read_write/test_image_s…
104 Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST --compi…
Dopencl_conformance_tests_full_spirv.csv43 Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods --compilation-mode sp…
44 Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST --compilation-mode sp…
45 Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST --c…
46 Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST -…
64 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR),images/kernel_read_write/test_image_streams CL…
65 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR pitch),images/kernel_read_write/test_image_stre…
66 CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR max size),images/kernel_read_write/test_image_s…
104 Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST --compi…
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Deigen_spatial_convolutions.h65 template <typename Input, typename Kernel>
77 const Kernel>,
93 const Kernel> > > >::type
94 SpatialConvolution(const Input& input, const Kernel& kernel,
105 TensorRef<Tensor<typename internal::traits<Kernel>::Scalar,
106 internal::traits<Kernel>::NumDimensions,
107 internal::traits<Kernel>::Layout, TensorIndex> >
111 internal::traits<Input>::Layout == internal::traits<Kernel>::Layout,
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc246 template <typename Kernel, typename OperandType = typename Kernel::OperandType>
262 template <typename Kernel>
263 struct KernelOperandRanges<Kernel, float> {
5724 template <typename Kernel>
5726 typedef typename Kernel::OperandType OperandType; in test_kernel()
5727 typedef typename Kernel::AccumulatorType AccumulatorType; in test_kernel()
5728 typedef typename Kernel::Format Format; in test_kernel()
5741 FillRandom(&lhs, KernelOperandRanges<Kernel>::LhsMin(), in test_kernel()
5742 KernelOperandRanges<Kernel>::LhsMax()); in test_kernel()
5743 FillRandom(&rhs, KernelOperandRanges<Kernel>::RhsMin(), in test_kernel()
[all …]
/external/arm-trusted-firmware/docs/components/spd/
Dtlk-dispatcher.rst1 Trusted Little Kernel (TLK) Dispatcher
4 TLK dispatcher (TLK-D) adds support for NVIDIA's Trusted Little Kernel (TLK)
17 Trusted Little Kernel (TLK)
21 (FOSS) release of the NVIDIA® Trusted Little Kernel (TLK) technology, which
22 extends technology made available with the development of the Little Kernel (LK).
26 NVIDIA implemented its Trusted Little Kernel (TLK) technology, designed as a
37 NVIDIA extensions to Little Kernel (LK) include:
/external/ComputeLibrary/src/core/CL/
DCLCompileContext.cpp129 Kernel::Kernel() in Kernel() function in arm_compute::Kernel
134 Kernel::Kernel(std::string name, const cl::Program &program) in Kernel() function in arm_compute::Kernel
136 _kernel(cl::Kernel(program, _name.c_str())) in Kernel()
151 Kernel CLCompileContext::create_kernel(const std::string &kernel_name, const std::string &program_n… in create_kernel()
176 return Kernel(kernel_name, cl_program); in create_kernel()
349 size_t CLCompileContext::max_local_workgroup_size(const cl::Kernel &kernel) const in max_local_workgroup_size()
/external/zstd/contrib/linux-kernel/
DREADME.md1 # Zstd in the Linux Kernel
5 ## Upgrading Zstd in the Linux Kernel
10 4. Import zstd into the Linux Kernel `make import LINUX=/path/to/linux/repo`
12 6. Check the Linux Kernel history for zstd. If any patches were made to the kernel version of zstd,…
/external/autotest/client/tests/real_time_tests/
Dcontrol3 NAME = "Kernel Realtime Tests"
6 TEST_CLASS = "Kernel"
10 DOC = """Runs the Kernel Realtime tests from
/external/ltp/
DREADME.kernel_config2 Enable CODE COVERAGE for your Kernel:
4 1) Apply kernel-gcov patch(s) against the corresponding Kernel. They are available here:
13 Enabling Kernel Configuration to test Containers/Namespaces
32 Enabling Kernel Configuration to test Controllers
44 Enabling Kernel Configuration to test Power Management features
66 Enabling Kernel Configuration to test filecaps security feature
70 Enabling Kernel Configuration to test SELinux security feature
72 Your Kernel should have been built with the following options to
105 Enabling Kernel Configuration to test SMACK security feature
257 # How the Kernel Fault Injection works for LTP ?
[all …]

12345678910>>...39