Return always true for P2P validation under ROCr

Change-Id: Id32a5a94a642e708d1d042c5247af38501bec153
This commit is contained in:
German Andryeyev
2020-06-30 15:55:48 -04:00
parent f07fedd00a
commit 059832b526
3 changed files with 12 additions and 6 deletions
+2
View File
@@ -89,6 +89,8 @@ Settings::Settings() {
hmmFlags_ = (!flagIsDefault(ROC_HMM_FLAGS)) ? ROC_HMM_FLAGS :
Hmm::EnableSystemMemory | Hmm::EnableMallocPrefetch;
rocr_backend_ = true;
}
bool Settings::create(bool fullProfile, int gfxipMajor, int gfxipMinor, bool coop_groups) {