Change-Id: Ifdc8c2782498b3fbe238d773120d378c47918d07
Этот коммит содержится в:
Sean Keely
2019-09-04 19:48:31 -05:00
родитель f9d3796db8
Коммит f2599fccb6
-5
Просмотреть файл
@@ -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_);