Disable cooperative groups support

Change-Id: I1b526f2228d083ecad7907a6eaf37c1dd4428277
This commit is contained in:
German Andryeyev
2020-05-12 12:58:10 -04:00
rodzic d10d691e76
commit d2b9a57c4f
+2 -2
Wyświetl plik
@@ -133,8 +133,8 @@ bool Settings::create(bool fullProfile, int gfxipMajor, int gfxipMinor, bool coo
// enable subnormals for gfx900 and later
if (gfxipMajor >= 9) {
singleFpDenorm_ = true;
enableCoopGroups_ = coop_groups;
enableCoopMultiDeviceGroups_ = coop_groups;
enableCoopGroups_ &= coop_groups;
enableCoopMultiDeviceGroups_ &= coop_groups;
}
} else {
// Also enable AMD double precision extension?