/aosp_15_r20/external/autotest/tko/ |
H A D | models.py | 112 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 D | test_api_consistency.cpp | 20 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 D | mutable_command_info.cpp | 172 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 D | test_opencl_c_versions.cpp | 22 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 D | test_preprocessor.cpp | 157 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 D | main.c | 9 extern int test_kernel(); 29 test_kernel(); in main()
|
H A D | CMakeLists.txt | 2 test_kernel.c
|
H A D | test_kernel.c | 517 int test_kernel() in test_kernel() function
|
/aosp_15_r20/external/clang/test/CodeGenOpenCL/ |
H A D | amdgpu-call-kernel.cl | 6 kernel void test_kernel(global int *out) 13 test_kernel(out);
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/ |
H A D | index_type_llvm_lowering.mlir | 4 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 D | hsa-default-device.ll | 7 define void @test_kernel(float addrspace(1)* %out0, double addrspace(1)* %out1) nounwind {
|
/aosp_15_r20/external/autotest/tko/parsers/ |
H A D | version_0.py | 209 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 D | procs.h | 28 extern int test_kernel(cl_device_id deviceID, cl_context context,
|
H A D | test_functions_kernel.cpp | 437 int test_kernel(cl_device_id deviceID, cl_context context, in test_kernel() function
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | CMakeLists.txt | 15 ${TENSOREXPR_TEST_ROOT}/test_kernel.cpp
|
/aosp_15_r20/external/gemmlowp/standalone/ |
H A D | neon-gemm-kernel-benchmark.cc | 5725 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()
|