Revert "Extend SDMA disable list until firmware stability resolved"
This reverts commit 5e1ccdc4a9.
Change-Id: I17b379e4d0e49a79dc8d4a60f01ea424fda24f02
This commit is contained in:
@@ -564,8 +564,7 @@ void GpuAgent::InitDma() {
|
||||
auto blit_lambda = [this](bool h2d, lazy_ptr<core::Queue>& queue) {
|
||||
const std::string& sdma_override = core::Runtime::runtime_singleton_->flag().enable_sdma();
|
||||
|
||||
// Per-ASIC disables for firmware stability.
|
||||
bool use_sdma = (isa_->GetMajorVersion() != 8) && (isa_->version() != core::Isa::Version(9, 0, 6));
|
||||
bool use_sdma = (isa_->GetMajorVersion() != 8);
|
||||
if (sdma_override.size() != 0) use_sdma = (sdma_override == "1");
|
||||
|
||||
if (use_sdma && (HSA_PROFILE_BASE == profile_)) {
|
||||
|
||||
Reference in New Issue
Block a user