Home
last modified time | relevance | path

Searched defs:deviceBinary (Results 1 – 7 of 7) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/offline_compiler/source/decoder/
H A Dbinary_encoder.cpp69 int BinaryEncoder::createElf(std::stringstream &deviceBinary) { in createElf()
149 std::stringstream deviceBinary; //(pathToDump + "device_binary.bin", std::ios::binary); in encode() local
160 …yEncoder::processBinary(const std::vector<std::string> &ptmFileLines, std::ostream &deviceBinary) { in processBinary()
194 …essKernel(size_t &line, const std::vector<std::string> &ptmFileLines, std::ostream &deviceBinary) { in processKernel()
350 void BinaryEncoder::write(std::stringstream &in, std::ostream &deviceBinary) { in write()
356 void BinaryEncoder::write<uint8_t>(std::stringstream &in, std::ostream &deviceBinary) { in write()
367 int BinaryEncoder::writeDeviceBinary(const std::string &line, std::ostream &deviceBinary) { in writeDeviceBinary()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/offline_compiler/source/
H A Docloc_validator.cpp31 NEO::SingleDeviceBinary deviceBinary; in validate() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/elf/
H A Docl_elf.h56 static constexpr ConstStringRef deviceBinary = "Intel(R) OpenCL Device Binary"; variable
/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.cpp193 const uint8_t deviceBinary[] = "not_patchtokens"; in TEST() local
228 NEO::SingleDeviceBinary deviceBinary; in TEST() local
349 const uint8_t deviceBinary[] = "23571113"; in TEST() local
H A Ddevice_binary_formats_tests.cpp323 NEO::SingleDeviceBinary deviceBinary; in TEST() local
334 NEO::SingleDeviceBinary deviceBinary; in TEST() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/
H A Ddevice_binary_formats.h66 ArrayRef<const uint8_t> deviceBinary; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/compiler_interface/
H A Dcompiler_interface.h67 MemAndSize deviceBinary; member