Enable trap handler on APUs.
Change-Id: Ifdc8c2782498b3fbe238d773120d378c47918d07
[ROCm/ROCR-Runtime commit: f2599fccb6]
This commit is contained in:
@@ -1164,11 +1164,6 @@ void GpuAgent::BindTrapHandler() {
|
||||
return;
|
||||
}
|
||||
|
||||
// Disable trap handler on APUs until KFD is fixed.
|
||||
if (profile_ == HSA_PROFILE_FULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Assemble the trap handler source code.
|
||||
AssembleShader("TrapHandler", AssembleTarget::ISA, trap_code_buf_, trap_code_buf_size_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user