Home
last modified time | relevance | path

Searched defs:Kernel (Results 1 – 25 of 136) sorted by relevance

123456

/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_kernel.cpp25 class Kernel : public ::testing::Test { class
32 TEST_F(Kernel, ParallelExternalCallBuf) { in TEST_F() argument
55 TEST_F(Kernel, InliningIntermediates) { in TEST_F() argument
108 TEST_F(Kernel, PreAllocIntermediateBufs) { in TEST_F() argument
146 TEST_F(Kernel, _1) { in TEST_F() argument
183 TEST_F(Kernel, _2) { in TEST_F() argument
221 TEST_F(Kernel, _3) { in TEST_F() argument
259 TEST_F(Kernel, Huge) { in TEST_F() argument
279 TEST_F(Kernel, ParallelStrided) { in TEST_F() argument
307 TEST_F(Kernel, DISABLED_Shape_Inference) { in TEST_F() argument
[all …]
/aosp_15_r20/external/executorch/runtime/kernel/
H A Doperator_registry.h176 struct Kernel { struct
180 // Data is not owned by the Kernel struct. argument
181 KernelKey kernel_key_; argument
188 explicit Kernel(const char* name, OpFunction func) : name_(name), op_(func) {} in Kernel() argument
190 explicit Kernel(const char* name, KernelKey key, OpFunction func) in Kernel() function
193 Kernel() {} in Kernel() function
/aosp_15_r20/external/pytorch/test/edge/
H A Doperator_registry.h22 struct Kernel { struct
24 KernelFunction kernel_; argument
26 Kernel() = default; argument
33 explicit Kernel(const char* name, KernelFunction func) in Kernel() function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dkernel.rs478 pub struct Kernel { struct
482 values: Mutex<Vec<Option<KernelArgValue>>>, argument
483 builds: HashMap<&'static Device, Arc<NirKernelBuilds>>, argument
484 pub kernel_info: Arc<KernelInfo>, argument
487 impl_cl_type_trait!(cl_kernel, Kernel, CL_INVALID_KERNEL); argument
1179 impl Kernel { impl
1180 pub fn new(name: String, prog: Arc<Program>, prog_build: &ProgramBuild) -> Arc<Kernel> { in new()
1766 impl Clone for Kernel { implementation
/aosp_15_r20/external/llvm/docs/
H A DNVPTXUsage.rst532 Data Layout
552 Target Intrinsics
573 Address Spaces
596 Kernel Metadata
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/
H A Dmutable_command_info.cpp157 struct Kernel : public InfoMutableCommandBufferTest struct
161 Kernel(cl_device_id device, cl_context context, cl_command_queue queue) in Kernel() argument
167 cl_int error = clCommandNDRangeKernelKHR( in Run() argument
208 cl_int error = clCommandNDRangeKernelKHR( in Run() argument
/aosp_15_r20/external/gemmlowp/meta/
H A Dbase.h38 typedef Kernel_ Kernel; typedef
53 typedef Kernel_ Kernel; typedef
113 typedef Kernel_ Kernel; typedef
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/kernels/
H A Dgenerate_kernels.py38 class Kernel: class
70 def write_kernel(kernel: Kernel, autogen_dir: Path) -> None:
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/stats/univariate/kde/
Dkernel.rs6 pub trait Kernel<A>: Copy + Sync interface
/aosp_15_r20/external/angle/src/libANGLE/
H A DCLKernel.cpp240 Kernel::Kernel(Program &program, const char *name) : mProgram(&program), mImpl(nullptr) in Kernel() function in cl::Kernel
248 Kernel::Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc) in Kernel() function in cl::Kernel
H A DCLProgram.h108 friend class Kernel; variable
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
H A Dinput_transform.hpp179 using Kernel = std::function<void( typedef in arm_conv::winograd::input_transform::TransformDirect
221 using Kernel = std::function<void( typedef in arm_conv::winograd::input_transform::TransformIndirect
292 using Kernel = std::function<void( typedef in arm_conv::winograd::input_transform::TransformUnpadded
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp453 static unsigned getReqdWorkGroupSize(const Function &Kernel, unsigned Dim) { in getReqdWorkGroupSize()
464 unsigned AMDGPUSubtarget::getMaxWorkitemID(const Function &Kernel, in getMaxWorkitemID()
473 Function *Kernel = I->getParent()->getParent(); in makeLIDRangeMetadata() local
/aosp_15_r20/external/ComputeLibrary/src/core/CL/
H A DCLCompileContext.cpp136 Kernel::Kernel() in Kernel() function in arm_compute::Kernel
141 Kernel::Kernel(std::string name, const cl::Program &program) in Kernel() function in arm_compute::Kernel
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/
DOpenMPOpt.h21 using Kernel = Function *; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/
DOpenMPOpt.h21 using Kernel = Function *; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/
DOpenMPOpt.h21 using Kernel = Function *; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/
DOpenMPOpt.h21 using Kernel = Function *; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h21 using Kernel = Function *; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
H A DMemorySanitizer.h24 bool Kernel; member
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/test/
H A Dcall-stack.rb45 module Kernel module
/aosp_15_r20/external/pytorch/
H A DGLOSSARY.md44 ## Kernel section in Operation and Kernel
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Instrumentation/
H A DMemorySanitizer.h30 bool Kernel; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Instrumentation/
DMemorySanitizer.h30 bool Kernel; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Instrumentation/
DMemorySanitizer.h30 bool Kernel; member

123456