Merge pull request #98 from whchung/disable_hcc_opt_flush
Disable HCC_OPT_FLUSH
[ROCm/clr commit: 3690fbcc33]
此提交包含在:
@@ -1,5 +1,5 @@
|
||||
|
||||
#include "hcc/hc_am.hpp"
|
||||
#include <hc_am.hpp>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
新增問題並參考
封鎖使用者