SWDEV-294588 - Enable NV printf DTests

Enable NV printf DTests as many as possible.
Fix the bugs due to behavour difference between
Hip-Rocclr and Cuda.
Add hipLimitPrintfFifoSize.

Change-Id: I3fe6dbc35a7a140a9919df197b7885df83d28049
This commit is contained in:
Tao Sang
2021-07-12 22:51:48 -04:00
committed by Tao Sang
parent b7c0b21814
commit 586165ebc2
9 changed files with 173 additions and 24 deletions
+1
View File
@@ -529,6 +529,7 @@ typedef struct hipFuncAttributes {
} hipFuncAttributes;
typedef struct ihipEvent_t* hipEvent_t;
enum hipLimit_t {
hipLimitPrintfFifoSize = 0x01,
hipLimitMallocHeapSize = 0x02,
};
/**