mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
printf support with ZEBinary
Resolves: NEO-5657 Signed-off-by: Krystian Chmielewski <krystian.chmielewski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e19a4aadd6
commit
d62049035a
@@ -82,6 +82,7 @@ struct KernelDescriptor final {
|
||||
|
||||
union {
|
||||
struct {
|
||||
bool usesStringMapForPrintf : 1;
|
||||
bool usesPrintf : 1;
|
||||
bool usesFencesForReadWriteImages : 1;
|
||||
bool usesFlattenedLocalIds;
|
||||
|
||||
Reference in New Issue
Block a user