Enable trap handler on APUs.

Change-Id: Ifdc8c2782498b3fbe238d773120d378c47918d07


[ROCm/ROCR-Runtime commit: f2599fccb6]
This commit is contained in:
Sean Keely
2019-09-04 19:48:31 -05:00
parent 9c6f904413
commit 286cf8f732
@@ -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_);