Home
last modified time | relevance | path

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

/external/autotest/tko/
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,
/external/OpenCL-ICD-Loader/test/loader_test/
Dmain.c9 extern int test_kernel(void);
28 test_kernel(); in main()
DCMakeLists.txt2 test_kernel.c
Dtest_kernel.c517 int test_kernel(void) in test_kernel() function
/external/clang/test/CodeGenOpenCL/
Damdgpu-call-kernel.cl6 kernel void test_kernel(global int *out)
13 test_kernel(out);
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/
Dindex_type_llvm_lowering.mlir4 gpu.func @test_kernel() kernel {
12 // CHECK-NEXT: llvm.func @test_kernel() attributes {gpu.kernel, nvvm.kernel} {
/external/OpenCL-CTS/test_conformance/api/
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()
/external/OpenCL-CTS/test_conformance/compiler/
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()
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()
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/
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()
/external/llvm/test/CodeGen/AMDGPU/
Dhsa-default-device.ll7 define void @test_kernel(float addrspace(1)* %out0, double addrspace(1)* %out1) nounwind {
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dprocs.h28 extern int test_kernel(cl_device_id deviceID, cl_context context,
Dtest_functions_kernel.cpp437 int test_kernel(cl_device_id deviceID, cl_context context, in test_kernel() function
/external/pytorch/test/cpp/tensorexpr/
DCMakeLists.txt15 ${TENSOREXPR_TEST_ROOT}/test_kernel.cpp
/external/autotest/tko/parsers/
Dversion_0.py209 def __init__(self, subdir, testname, status, reason, test_kernel, argument
222 test_kernel, machine, started_time,
/external/gemmlowp/standalone/
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()