Home
last modified time | relevance | path

Searched refs:openclCFeatures (Results 1 – 11 of 11) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/compiler_interface/
H A Doclc_extensions.cpp91 openclCFeatures.push_back(openClCFeature); in getOpenclCFeaturesList()
95 openclCFeatures.push_back(openClCFeature); in getOpenclCFeaturesList()
98 openclCFeatures.push_back(openClCFeature); in getOpenclCFeaturesList()
101 openclCFeatures.push_back(openClCFeature); in getOpenclCFeaturesList()
106 openclCFeatures.push_back(openClCFeature); in getOpenclCFeaturesList()
109 openclCFeatures.push_back(openClCFeature); in getOpenclCFeaturesList()
112 openclCFeatures.push_back(openClCFeature); in getOpenclCFeaturesList()
115 openclCFeatures.push_back(openClCFeature); in getOpenclCFeaturesList()
118 openclCFeatures.push_back(openClCFeature); in getOpenclCFeaturesList()
121 openclCFeatures.push_back(openClCFeature); in getOpenclCFeaturesList()
[all …]
H A Doclc_extensions.h27 void getOpenclCFeaturesList(const HardwareInfo &hwInfo, OpenClCFeaturesContainer &openclCFeatures);
29 … OpenClCFeaturesContainer &openclCFeatures);
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Dcompiler_options_parser.cpp44 OpenClCFeaturesContainer openclCFeatures; in appendExtensionsToInternalOptions() local
46 getOpenclCFeaturesList(hwInfo, openclCFeatures); in appendExtensionsToInternalOptions()
49 …sions = convertEnabledExtensionsToCompilerInternalOptions(extensionsList.c_str(), openclCFeatures); in appendExtensionsToInternalOptions()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/cl_device/
H A Dcl_device_info.h32 OpenClCFeaturesContainer openclCFeatures; member
H A Dcl_device_info.cpp224 src = deviceInfo.openclCFeatures.data(); in getDeviceInfo()
225 retSize = srcSize = deviceInfo.openclCFeatures.size() * sizeof(cl_name_version); in getDeviceInfo()
H A Dcl_device.cpp36 …nabledExtensionsToCompilerInternalOptions(deviceInfo.deviceExtensions, deviceInfo.openclCFeatures); in ClDevice()
H A Dcl_device_caps.cpp427 getOpenclCFeaturesList(hwInfo, deviceInfo.openclCFeatures); in initializeCaps()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/device/
H A Ddevice_caps_tests.cpp73 EXPECT_FALSE(clDevice.getDeviceInfo().openclCFeatures.usesDynamicMem()); in verifyOpenclCFeatures()
75 for (auto &openclCFeature : clDevice.getDeviceInfo().openclCFeatures) { in verifyOpenclCFeatures()
80 auto openclCFeatureIterator = clDevice.getDeviceInfo().openclCFeatures.begin(); in verifyOpenclCFeatures()
109 EXPECT_EQ(clDevice.getDeviceInfo().openclCFeatures.end(), ++openclCFeatureIterator); in verifyOpenclCFeatures()
138 EXPECT_GT(caps.openclCFeatures.size(), 0u); in TEST_F()
1087 for (auto &openclCFeature : caps.openclCFeatures) { in TEST_F()
1134 … pClDevice->deviceInfo.openclCFeatures); in TEST()
1515 for (auto &openclCFeature : caps.openclCFeatures) { in TEST_F()
1559 for (auto &openclCFeature : caps.openclCFeatures) { in TEST_F()
H A Dget_device_info_size_tests.cpp294 …EXPECT_EQ(pClDevice->getDeviceInfo().openclCFeatures.size() * sizeof(cl_name_version), sizeReturne… in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/platform/
H A Dplatform_tests.cpp221 for (auto &openclCFeature : pClDevice->deviceInfo.openclCFeatures) { in TEST()
229 …ion = convertEnabledExtensionsToCompilerInternalOptions("", pClDevice->deviceInfo.openclCFeatures); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/offline_compiler/
H A Doffline_compiler_tests.cpp655 OpenClCFeaturesContainer openclCFeatures; in TEST_F() local
656 getOpenclCFeaturesList(DEFAULT_PLATFORM::hwInfo, openclCFeatures); in TEST_F()
657 for (auto &feature : openclCFeatures) { in TEST_F()