Home
last modified time | relevance | path

Searched refs:kernelStr (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Datmi_interop_hsa.cpp70 std::string kernelStr = std::string(kernel_name); in atmi_interop_hsa_get_kernel_info() local
71 if (KernelInfoTable[place.dev_id].find(kernelStr) != in atmi_interop_hsa_get_kernel_info()
73 atl_kernel_info_t info = KernelInfoTable[place.dev_id][kernelStr]; in atmi_interop_hsa_get_kernel_info()
/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_vector_times_scalar.cpp54 std::string kernelStr; in test_vector_times_scalar() local
75 kernelStr = kernelStream.str(); in test_vector_times_scalar()
78 size_t kernelLen = kernelStr.size(); in test_vector_times_scalar()
79 const char *kernelBuf = kernelStr.c_str(); in test_vector_times_scalar()
Dtest_op_fmath.cpp54 std::string kernelStr; in test_fmath() local
79 kernelStr = kernelStream.str(); in test_fmath()
82 size_t kernelLen = kernelStr.size(); in test_fmath()
83 const char *kernelBuf = kernelStr.c_str(); in test_fmath()
Dtest_cl_khr_spirv_no_integer_wrap_decoration.cpp91 std::string kernelStr; in test_ext_cl_khr_spirv_no_integer_wrap_decoration() local
109 kernelStr = kernelStream.str(); in test_ext_cl_khr_spirv_no_integer_wrap_decoration()
112 size_t kernelLen = kernelStr.size(); in test_ext_cl_khr_spirv_no_integer_wrap_decoration()
113 const char *kernelBuf = kernelStr.c_str(); in test_ext_cl_khr_spirv_no_integer_wrap_decoration()