Skip to content

Commit 8d28873

Browse files
committed
Update artifacts
1 parent 2293707 commit 8d28873

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[108,108,100,3,3,100,1,1,100,108,108,100,"dc083b0a9dc6e9dfcb04843e4ca7b2dda8bcdf23","2025-12-16 20:25:13 +0530"]
1+
[108,108,100,3,3,100,1,1,100,108,108,100,"854d97c2ce27364b996b79a6d783d4e0e7509c4d","2025-12-16 20:33:04 +0530"]

blas/ext/base/ndarray/sfill/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>All files</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-12-16T14:57:00.579Z
119+
at 2025-12-16T15:04:11.452Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

blas/ext/base/ndarray/sfill/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
208208
<div class='footer quiet pad2 space-top1 center small'>
209209
Code coverage generated by
210210
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
211-
at 2025-12-16T14:57:00.579Z
211+
at 2025-12-16T15:04:11.452Z
212212
</div>
213213
<script src="prettify.js"></script>
214214
<script>

blas/ext/base/ndarray/sfill/main.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ <h1><a href="index.html">All files</a> main.js</h1>
237237
* // returns &lt;Float32Array&gt;[ 5.0, 5.0, 5.0 ]
238238
*/
239239
function sfill( x, alpha ) {
240-
var N = numelDimension( x, 0 );
241-
var stride = getStride( x, 0 );
242240
var offset = getOffset( x );
241+
var stride = getStride( x, 0 );
242+
var N = numelDimension( x, 0 );
243243
&nbsp;
244244
strided( N, alpha, getData( x ), stride, offset );
245245
return x;
@@ -256,7 +256,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
256256
<div class='footer quiet pad2 space-top1 center small'>
257257
Code coverage generated by
258258
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
259-
at 2025-12-16T14:57:00.579Z
259+
at 2025-12-16T15:04:11.452Z
260260
</div>
261261
<script src="prettify.js"></script>
262262
<script>

0 commit comments

Comments
 (0)