Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhu committed Jan 7, 2025
1 parent 0d75991 commit 8262732
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MCAWorker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ std::unique_ptr<mca::Pipeline> MCAWorker::createDefaultPipeline() {
MCAPO.AssumeNoAlias, &MDRegistry, L1D);
auto HWS = std::make_unique<Scheduler>(SM, *LSU);
auto BPU = std::make_unique<SkylakeBranchUnit>(20);
auto [L1I, L1D] = buildCache();

// Create the pipeline stages.
auto Fetch = std::make_unique<EntryStage>(SrcMgr);
Expand Down Expand Up @@ -306,7 +305,6 @@ std::unique_ptr<mca::Pipeline> MCAWorker::createInOrderPipeline() {
MCAPO.StoreQueueSize,
MCAPO.AssumeNoAlias, &MDRegistry);
auto BPU = std::make_unique<SkylakeBranchUnit>(20);
auto [L1I, L1D] = buildCache();

// Create the pipeline stages.
auto Entry = std::make_unique<EntryStage>(SrcMgr);
Expand Down

0 comments on commit 8262732

Please sign in to comment.