2
0

Disable cooperative groups support

Change-Id: I1b526f2228d083ecad7907a6eaf37c1dd4428277


[ROCm/clr commit: d2b9a57c4f]
Este cometimento está contido em:
German Andryeyev
2020-05-12 12:58:10 -04:00
ascendente c38c8e5c3d
cometimento 59b9ef5df5
+2 -2
Ver ficheiro
@@ -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?