We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2021a commit 19f42d0Copy full SHA for 19f42d0
llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
@@ -419,9 +419,6 @@ void GCNHazardRecognizer::AdvanceCycle() {
419
void GCNHazardRecognizer::RecedeCycle() {
420
assert(!IsHazardRecognizerMode &&
421
"Bottom-up scheduling shouldn't run in hazard recognizer mode");
422
- if (ST.getGeneration() < AMDGPUSubtarget::GFX11)
423
- report_fatal_error("Hazard recognizer does not support bottom-up "
424
- "scheduling on pre‑GFX11.");
425
}
426
427
//===----------------------------------------------------------------------===//
0 commit comments