Home
last modified time | relevance | path

Searched refs:test_kernel (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/autotest/tko/
H A Dmodels.py112 def __init__(self, subdir, testname, status, reason, test_kernel, argument
119 self.kernel = test_kernel
142 def parse_test(cls, job, subdir, testname, status, reason, test_kernel, argument
208 return constructor(subdir, testname, status, reason, test_kernel,
214 def parse_partial_test(cls, job, subdir, testname, reason, test_kernel, argument
236 return cls(subdir, testname, 'RUNNING', reason, test_kernel,
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_api_consistency.cpp20 static const char* test_kernel = R"CLC( variable
53 &test_kernel, "test"); in test_consistency_svm()
497 &test_kernel, "test"); in test_consistency_progvar()
568 &test_kernel, "test"); in test_consistency_non_uniform_work_group()
943 &test_kernel, "test"); in test_consistency_il_programs()
1005 &test_kernel, "test"); in test_consistency_subgroups()
1063 &test_kernel, "test"); in test_consistency_prog_ctor_dtor()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/
H A Dmutable_command_info.cpp172 cl_kernel test_kernel; in Run() local
176 command, CL_MUTABLE_DISPATCH_KERNEL_KHR, sizeof(test_kernel), in Run()
177 &test_kernel, &size); in Run()
182 if (test_kernel != kernel) in Run()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_opencl_c_versions.cpp22 static const char* test_kernel = R"CLC( variable
93 context, device, &program, 1, &test_kernel, in test_CL_DEVICE_OPENCL_C_VERSION()
156 context, device, &program, 1, &test_kernel, in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS()
H A Dtest_preprocessor.cpp157 const char* test_kernel[] = { include_kernel, 0 }; in test_preprocessor_include() local
158 error = create_single_kernel_helper(context, &program, &kernel, 1, test_kernel, "include_test"); in test_preprocessor_include()
/aosp_15_r20/external/OpenCL-ICD-Loader/test/loader_test/
H A Dmain.c9 extern int test_kernel();
29 test_kernel(); in main()
H A DCMakeLists.txt2 test_kernel.c
H A Dtest_kernel.c517 int test_kernel() in test_kernel() function
/aosp_15_r20/external/clang/test/CodeGenOpenCL/
H A Damdgpu-call-kernel.cl6 kernel void test_kernel(global int *out)
13 test_kernel(out);
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/
H A Dindex_type_llvm_lowering.mlir4 gpu.func @test_kernel() kernel {
12 // CHECK-NEXT: llvm.func @test_kernel() attributes {gpu.kernel, nvvm.kernel} {
/aosp_15_r20/external/llvm/test/CodeGen/AMDGPU/
H A Dhsa-default-device.ll7 define void @test_kernel(float addrspace(1)* %out0, double addrspace(1)* %out1) nounwind {
/aosp_15_r20/external/autotest/tko/parsers/
H A Dversion_0.py209 def __init__(self, subdir, testname, status, reason, test_kernel, argument
222 test_kernel, machine, started_time,
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
H A Dprocs.h28 extern int test_kernel(cl_device_id deviceID, cl_context context,
H A Dtest_functions_kernel.cpp437 int test_kernel(cl_device_id deviceID, cl_context context, in test_kernel() function
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A DCMakeLists.txt15 ${TENSOREXPR_TEST_ROOT}/test_kernel.cpp
/aosp_15_r20/external/gemmlowp/standalone/
H A Dneon-gemm-kernel-benchmark.cc5725 void test_kernel(int depth, const char* kernel_name) { in test_kernel() function
5886 test_kernel<Kernel>(depth, kernel_name); in benchmark_and_print_results()