From b5ea52383b46d2b68af617c30161ff649965aa01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=93=D0=B0=D1=80?= =?UTF-8?q?=D0=B1=D0=B0=D1=80?= Date: Fri, 10 May 2024 16:52:20 +0300 Subject: [PATCH] Try restart CI --- src/GraphBLAS-sharp.Backend/Common/PrefixSum.fs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GraphBLAS-sharp.Backend/Common/PrefixSum.fs b/src/GraphBLAS-sharp.Backend/Common/PrefixSum.fs index ccbc5355..c606a087 100644 --- a/src/GraphBLAS-sharp.Backend/Common/PrefixSum.fs +++ b/src/GraphBLAS-sharp.Backend/Common/PrefixSum.fs @@ -209,7 +209,6 @@ module internal PrefixSumInternal = let runBackwardsIncludeInPlace plus = runInPlace plus true scanInclusive /// - /// This method is deprecated due to bad perfomance. /// Exclude in-place prefix sum of integer array with addition operation and start value that is equal to 0. /// ///