Merge 'master' into 'amd-master'
Change-Id: Iaf3b147b1412168e48e82e2bf7cb2bb38c64bb1e
Este commit está contenido en:
@@ -99,7 +99,7 @@ extern int HIP_TRACE_API;
|
||||
// TODO-HCC add a dummy implementation of assert, need to replace with a proper kernel exit call.
|
||||
#if __HIP_DEVICE_COMPILE__ == 1
|
||||
#undef assert
|
||||
#define assert(COND) { if (!COND) {abort();} }
|
||||
#define assert(COND) { if (!(COND)) {abort();} }
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Referencia en una nueva incidencia
Block a user