Home
last modified time | relevance | path

Searched defs:kernel_string (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_basic_parameter_types.cpp58 char kernel_string[8192]; in test_parameter_types_long() local
209 char kernel_string[8192]; in test_parameter_types() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_null_buffer_arg.cpp45 const char *kernel_string = variable
/aosp_15_r20/external/OpenCL-CTS/test_conformance/allocations/
H A Dallocation_execute.cpp149 char *kernel_string; in execute_kernel() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/computeinfo/
H A Dextended_versioning.cpp624 std::vector<char> kernel_string{ get_device_string( in test_extended_versioning_device_built_in_kernels() local
/aosp_15_r20/external/pytorch/torch/utils/hipify/
H A Dhipify_python.py231 def add_dim3(kernel_string, cuda_kernel): argument