Revert "Revert "Reenable cooperative groups""

This reverts commit abc115bda8.

Reason for revert: <INSERT REASONING HERE>

Change-Id: I93c45fae27e0a08b199542d44fb0d65fc74ea13c
Tá an tiomantas seo le fáil i:
German Andryeyev
2020-05-21 15:18:03 -04:00
tiomanta ag Aakash Sudhanwa
tuismitheoir 3dc756341d
tiomantas fb401bfe6d
D'athraigh 2 comhad le 3 breiseanna agus 3 scriosta
+2 -2
Féach ar an gComhad
@@ -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_ = GPU_ENABLE_COOP_GROUPS & coop_groups;
enableCoopMultiDeviceGroups_ = GPU_ENABLE_COOP_GROUPS & coop_groups;
}
} else {
// Also enable AMD double precision extension?
+1 -1
Féach ar an gComhad
@@ -196,7 +196,7 @@ release(bool, GPU_ENABLE_LC, true, \
"Enables LC path") \
release(bool, GPU_ENABLE_HW_P2P, false, \
"Enables HW P2P path") \
release(bool, GPU_ENABLE_COOP_GROUPS, false, \
release(bool, GPU_ENABLE_COOP_GROUPS, true, \
"Enables cooperative group launch") \
release(uint, GPU_MAX_COMMAND_BUFFERS, 8, \
"The maximum number of command buffers allocated per queue") \