Enable HIP_SYNC_NULL_STREAM=0 optimization.
[ROCm/clr commit: 344b6cb0c0]
Αυτή η υποβολή περιλαμβάνεται σε:
@@ -94,7 +94,7 @@ int HIP_SYNC_HOST_ALLOC = 1;
|
||||
|
||||
// Chicken bit to sync on host to implement null stream.
|
||||
// If 0, null stream synchronization is performed on the GPU
|
||||
int HIP_SYNC_NULL_STREAM = 1;
|
||||
int HIP_SYNC_NULL_STREAM = 0;
|
||||
|
||||
// HIP needs to change some behavior based on HCC_OPT_FLUSH :
|
||||
// TODO - set this to 1
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user