Switch luxmark to lightning compiler for all ASICs
Change-Id: Idcd37628a2167f0bd2db2a83132a1862cbd051b0
[ROCm/clr commit: 5a715ed160]
This commit is contained in:
committed by
Konstantin Zhuravlyov
parent
f613be3d81
commit
99e538f29e
@@ -203,11 +203,6 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
|
||||
case Pal::AsicRevision::Navi10_A0:
|
||||
gfx10Plus_ = true;
|
||||
useLightning_ = GPU_ENABLE_LC;
|
||||
// Force luxmark to use HSAIL for gfx10+ if GPU_ENABLE_LC isn't set in ENV
|
||||
if (flagIsDefault(GPU_ENABLE_LC) &&
|
||||
(appName == "luxmark.exe" || appName == "luxmark")) {
|
||||
useLightning_ = false;
|
||||
}
|
||||
enableWgpMode_ = GPU_ENABLE_WGP_MODE;
|
||||
if (useLightning_) {
|
||||
enableWave32Mode_ = true;
|
||||
|
||||
Reference in New Issue
Block a user