Enable GPU memory in HMM by default

Change-Id: Ifec4733dc7a932163d921ebe1ae9fbd594ea1ef2
This commit is contained in:
German Andryeyev
2020-11-25 00:13:36 -05:00
parent 08b846ae12
commit 4af8b53846
+1 -1
Vedi File
@@ -87,7 +87,7 @@ Settings::Settings() {
lcWavefrontSize64_ = true;
imageBufferWar_ = false;
hmmFlags_ = (!flagIsDefault(ROC_HMM_FLAGS)) ? ROC_HMM_FLAGS : Hmm::EnableSystemMemory;
hmmFlags_ = (!flagIsDefault(ROC_HMM_FLAGS)) ? ROC_HMM_FLAGS : 0;
rocr_backend_ = true;
barrier_sync_ = (!flagIsDefault(ROC_BARRIER_SYNC)) ? ROC_BARRIER_SYNC : true;