Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 422991d

Browse files
committedApr 26, 2025·
Update artifacts
1 parent 5e2f4ce commit 422991d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
 

‎blas/ext/sum/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[169,169,100,2,2,100,0,0,100,169,169,100,"fd5533da37b425b752f061378bff51fbe8695c56","2025-04-25 00:45:51 -0700"]
22
[166,166,100,2,2,100,0,0,100,166,166,100,"de5763c0ae79e809d74237f084b066411be59f0d","2025-04-26 04:56:24 -0700"]
3+
[166,166,100,2,2,100,0,0,100,166,166,100,"e41167e33fe84e229aa03e1a8ca6de6f7e6f39e7","2025-04-26 14:23:51 -0700"]

‎blas/ext/sum/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1><a href="../../../../index.html">All files</a> blas/ext/sum/lib</h1>
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2025-04-26T11:58:53.895Z
119+
at 2025-04-26T21:25:18.846Z
120120
</div>
121121
<script src="../../../../prettify.js"></script>
122122
<script>

‎blas/ext/sum/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
259259
<div class='footer quiet pad2 space-top1 center small'>
260260
Code coverage generated by
261261
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
262-
at 2025-04-26T11:58:53.895Z
262+
at 2025-04-26T21:25:18.846Z
263263
</div>
264264
<script src="../../../../prettify.js"></script>
265265
<script>

‎blas/ext/sum/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
304304
var odtypes = dtypes( 'numeric_and_generic' );
305305
var policies = {
306306
'output': 'accumulation',
307-
'casting': 'promoted'
307+
'casting': 'none' // NOTE: in this case, we know that, at least for `gsum`, all scalar accumulation happens in double-precision, so casting an `int8` array to, e.g., `int32` is not necessary. Were we ever to implement specialized kernels beyond floating-point, we may need to revisit depending on the precision of the underlying accumulators.
308308
};
309309
var table = {
310310
'types': [
@@ -379,7 +379,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
379379
<div class='footer quiet pad2 space-top1 center small'>
380380
Code coverage generated by
381381
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
382-
at 2025-04-26T11:58:53.895Z
382+
at 2025-04-26T21:25:18.846Z
383383
</div>
384384
<script src="../../../../prettify.js"></script>
385385
<script>

0 commit comments

Comments
 (0)
Please sign in to comment.