Home
last modified time | relevance | path

Searched refs:packErrors (Results 1 – 5 of 5) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/device_binary_format/
H A Ddevice_binary_format_ocl_elf_tests.cpp245 std::string packErrors; in TEST() local
249 EXPECT_TRUE(packErrors.empty()); in TEST()
269 std::string packErrors; in TEST() local
274 EXPECT_FALSE(packErrors.empty()); in TEST()
275 EXPECT_STREQ("Unknown intermediate representation format", packErrors.c_str()); in TEST()
287 std::string packErrors; in TEST() local
292 EXPECT_TRUE(packErrors.empty()); in TEST()
316 std::string packErrors; in TEST() local
321 EXPECT_TRUE(packErrors.empty()); in TEST()
356 std::string packErrors; in TEST() local
[all …]
H A Ddevice_binary_formats_tests.cpp325 std::string packErrors; in TEST() local
327 auto packed = NEO::packDeviceBinary(deviceBinary, packErrors, packWarnings); in TEST()
328 EXPECT_TRUE(packErrors.empty()); in TEST()
336 std::string packErrors; in TEST() local
338 auto packed = NEO::packDeviceBinary(deviceBinary, packErrors, packWarnings); in TEST()
339 EXPECT_TRUE(packErrors.empty()); in TEST()
343 auto packed2 = NEO::packDeviceBinary(deviceBinary, packErrors, packWarnings); in TEST()
344 EXPECT_TRUE(packErrors.empty()); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/program/
H A Dprogram.cpp466 std::string packErrors; in packDeviceBinary() local
467 … auto packedDeviceBinary = NEO::packDeviceBinary(singleDeviceBinary, packErrors, packWarnings); in packDeviceBinary()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/module/
H A Dmodule_imp.cpp372 std::string packErrors; in processUnpackedBinary() local
373 auto packedDeviceBinary = NEO::packDeviceBinary(singleDeviceBinary, packErrors, packWarnings); in processUnpackedBinary()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/offline_compiler/source/
H A Doffline_compiler.cpp1083 std::string packErrors; in generateElfBinary() local