Home
last modified time | relevance | path

Searched defs:run_kernel (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clpeak/src/
H A Dclpeak.cpp160 float clPeak::run_kernel(cl::CommandQueue &queue, cl::Kernel &kernel, cl::NDRange &globalSize, cl::… in run_kernel() function in clPeak
/aosp_15_r20/external/ruy/ruy/
H A Dtrmul_params.h78 RunKernelFn* run_kernel = nullptr; member
/aosp_15_r20/external/OpenCL-CTS/test_conformance/profiling/
H A Dexecute_multipass.cpp89 static int run_kernel( cl_device_id device, cl_context context, cl_command_queue queue, in run_kernel() function
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_kernel.cpp1957 auto run_kernel = [&](int dim1, int dim2) { in TEST_F() local
2032 auto run_kernel = [&](int dim1, int dim2, int dim3) { in TEST_F() local
2107 auto run_kernel = [&](int dim2, int dim3, int dim4, int dim5) { in TEST_F() local
H A Dtest_dynamic_shapes.cpp669 auto run_kernel = [&](int dim1, int dim2) { in TEST() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/
H A DfpA_intB_gemm.h301 static void run_kernel(Params const& params, SharedStorage& shared_storage) in run_kernel() function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/
H A Drun_services.cpp728 void run_kernel( cl_kernel kernel, cl_command_queue queue, WorkSizeInfo &ws, TestResult& result ) in run_kernel() function