/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_kernel.cpp | 25 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 D | operator_registry.h | 176 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 D | operator_registry.h | 22 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 D | kernel.rs | 478 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 D | NVPTXUsage.rst | 532 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 D | mutable_command_info.cpp | 157 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 D | base.h | 38 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 D | generate_kernels.py | 38 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/ |
D | kernel.rs | 6 pub trait Kernel<A>: Copy + Sync interface
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | CLKernel.cpp | 240 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 D | CLProgram.h | 108 friend class Kernel; variable
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/ |
H A D | input_transform.hpp | 179 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 D | AMDGPUSubtarget.cpp | 453 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 D | CLCompileContext.cpp | 136 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/ |
D | OpenMPOpt.h | 21 using Kernel = Function *; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/ |
D | OpenMPOpt.h | 21 using Kernel = Function *; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/ |
D | OpenMPOpt.h | 21 using Kernel = Function *; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/ |
D | OpenMPOpt.h | 21 using Kernel = Function *; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/ |
H A D | OpenMPOpt.h | 21 using Kernel = Function *; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | MemorySanitizer.h | 24 bool Kernel; member
|
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/test/ |
H A D | call-stack.rb | 45 module Kernel module
|
/aosp_15_r20/external/pytorch/ |
H A D | GLOSSARY.md | 44 ## Kernel section in Operation and Kernel
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | MemorySanitizer.h | 30 bool Kernel; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Instrumentation/ |
D | MemorySanitizer.h | 30 bool Kernel; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Instrumentation/ |
D | MemorySanitizer.h | 30 bool Kernel; member
|