Home
last modified time | relevance | path

Searched refs:builtInKernels (Results 1 – 6 of 6) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/device/
H A Ddevice_caps_tests.cpp122 EXPECT_NE(nullptr, caps.builtInKernels); in TEST_F()
761 EXPECT_THAT(caps.builtInKernels, testing::HasSubstr("block_motion_estimate_intel")); in TEST_F()
776 EXPECT_THAT(caps.builtInKernels, testing::HasSubstr("block_motion_estimate_intel")); in TEST_F()
791 … EXPECT_THAT(caps.builtInKernels, testing::Not(testing::HasSubstr("block_motion_estimate_intel"))); in TEST_F()
806 … EXPECT_THAT(caps.builtInKernels, testing::Not(testing::HasSubstr("block_motion_estimate_intel"))); in TEST_F()
819 …EXPECT_THAT(caps.builtInKernels, testing::HasSubstr("block_advanced_motion_estimate_check_intel")); in TEST_F()
820 …EXPECT_THAT(caps.builtInKernels, testing::HasSubstr("block_advanced_motion_estimate_bidirectional_… in TEST_F()
847 …EXPECT_THAT(caps.builtInKernels, testing::HasSubstr("block_advanced_motion_estimate_check_intel")); in TEST_F()
848 …EXPECT_THAT(caps.builtInKernels, testing::HasSubstr("block_advanced_motion_estimate_bidirectional_… in TEST_F()
861 …EXPECT_THAT(caps.builtInKernels, testing::Not(testing::HasSubstr("block_advanced_motion_estimate_c… in TEST_F()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/cl_device/
H A Dcl_device_info.h51 const char *builtInKernels; member
H A Dcl_device_caps.cpp240 deviceInfo.builtInKernels = exposedBuiltinKernels.c_str(); in initializeCaps()
H A Dcl_device_info_map.h87 …ELS, const char *, &ClDeviceInfo::builtInKernels> {};
/dports/math/stanmath/math-4.2.0/lib/opencl_2.0.15/tests/
H A Dtest_openclhpp.cpp2839 …std::vector<cl_name_version> builtInKernels = d0.getInfo<CL_DEVICE_BUILT_IN_KERNELS_WITH_VERSION>(… in testDeviceExtendedVersioning_3_0() local
2840 TEST_ASSERT_EQUAL(builtInKernels.size(), 0); in testDeviceExtendedVersioning_3_0()
2871 …std::vector<cl_name_version_khr> builtInKernels = d0.getInfo<CL_DEVICE_BUILT_IN_KERNELS_WITH_VERSI… in testDeviceExtendedVersioning_KHR() local
2872 TEST_ASSERT_EQUAL(builtInKernels.size(), 0); in testDeviceExtendedVersioning_KHR()
/dports/devel/opencl/OpenCL-CLHPP-2.0.15/tests/
H A Dtest_openclhpp.cpp2839 …std::vector<cl_name_version> builtInKernels = d0.getInfo<CL_DEVICE_BUILT_IN_KERNELS_WITH_VERSION>(… in testDeviceExtendedVersioning_3_0() local
2840 TEST_ASSERT_EQUAL(builtInKernels.size(), 0); in testDeviceExtendedVersioning_3_0()
2871 …std::vector<cl_name_version_khr> builtInKernels = d0.getInfo<CL_DEVICE_BUILT_IN_KERNELS_WITH_VERSI… in testDeviceExtendedVersioning_KHR() local
2872 TEST_ASSERT_EQUAL(builtInKernels.size(), 0); in testDeviceExtendedVersioning_KHR()