compute-runtime/shared
Krystian Chmielewski 2e9574c656 Fix printf for type BYTE and SHORT
Generated instructions writing to printf buffer require destination
address to be DWORD aligned. Because of that values of type BYTE (1B)
and SHORT (2B) need to be written as 4B value.
This change adds support for this. When trying to read value of type
BYTE or SHORT four bytes are actually read to be aligned with compiler
implementation.

Signed-off-by: Krystian Chmielewski <krystian.chmielewski@intel.com>
2022-09-08 11:37:18 +02:00
..
generate_cpp_array style: configure readability-identifier-naming.FunctionCase 2022-05-17 20:55:56 +02:00
offline_compiler Add option to change GRF mode 2022-09-06 13:00:17 +02:00
source Fix printf for type BYTE and SHORT 2022-09-08 11:37:18 +02:00
test Missing support for OCL debugging with L0 2022-09-07 13:30:05 +02:00
wsl_compute_helper/source style: correct local variable naming 2022-05-17 11:14:14 +02:00
CMakeLists.txt CMake: don't include shared/test/unit_test when shared tests are skipped 2022-08-25 10:48:37 +02:00