Skip to content

Commit 6db5946

Browse files
authored
[BUgFix] remove the found_one = false to adapt sm=86 (#71963)
1 parent cd0b795 commit 6db5946

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle/phi/kernels/fusion/cutlass/cutlass_kernels/fpA_intB_gemm/fpA_intB_gemm_template.cu

-1
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,6 @@ void CutlassFpAIntBGemmRunner<T, WeightType>::run_gemm<EpilogueTag,
681681
VLOG(4) << "elapsed time: " << elapsed;
682682
VLOG(4) << "best_time: " << best_time;
683683
} catch (const std::exception& e) {
684-
found_one = false;
685684
VLOG(4) << ii << ": Exception caught in main: " << e.what();
686685
}
687686
}

0 commit comments

Comments
 (0)