Merge pull request #98 from whchung/disable_hcc_opt_flush
Disable HCC_OPT_FLUSH
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
|
||||
#include "hcc/hc_am.hpp"
|
||||
#include <hc_am.hpp>
|
||||
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -96,7 +96,7 @@ int HIP_SYNC_NULL_STREAM = 1;
|
||||
|
||||
// HIP needs to change some behavior based on HCC_OPT_FLUSH :
|
||||
// TODO - set this to 1
|
||||
int HCC_OPT_FLUSH = 1;
|
||||
int HCC_OPT_FLUSH = 0;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user