compute-runtime/opencl
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
..
doc Documentation: FAQ update 2022-07-26 13:56:50 +02:00
extensions/public Add threads count queries 2022-08-24 13:18:20 +02:00
source Missing support for OCL debugging with L0 2022-09-07 13:30:05 +02:00
test Fix printf for type BYTE and SHORT 2022-09-08 11:37:18 +02:00
CMakeLists.txt Remove device enqueue part 5 2022-01-13 14:15:26 +01:00