You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using PIPELINE_SELECT = typename FamilyType::PIPELINE_SELECT;
510
+
bool oldPipelineSelectSpecialMode = true;
511
+
bool newPipelineSelectSpecialMode = false;
512
+
513
+
auto result = PreambleHelper<FamilyType>::isSpecialPipelineSelectModeChanged(oldPipelineSelectSpecialMode, newPipelineSelectSpecialMode, *defaultHwInfo);
0 commit comments