Revert "Revert "Reenable cooperative groups""
This reverts commit abc115bda8.
Reason for revert: <INSERT REASONING HERE>
Change-Id: I93c45fae27e0a08b199542d44fb0d65fc74ea13c
This commit is contained in:
کامیت شده توسط
Aakash Sudhanwa
والد
3dc756341d
کامیت
fb401bfe6d
@@ -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?
|
||||
|
||||
مرجع در شماره جدید
Block a user