Skip to content

Commit 7ea1d12

Browse files
committed
Update artifacts
1 parent b14b49a commit 7ea1d12

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

blas/base/drot-wasm/binary.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
172172
<div class='footer quiet pad2 space-top1 center small'>
173173
Code coverage generated by
174174
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
175-
at 2024-10-03T00:39:11.424Z
175+
at 2024-10-21T23:43:25.418Z
176176
</div>
177177
<script src="../../../../prettify.js"></script>
178178
<script>

blas/base/drot-wasm/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[673,673,100,17,17,100,6,6,100,673,673,100,"5d79f98fcf24be0adf5ab357964d8afaa6707b86","2024-10-02 17:37:10 -0700"]
2+
[673,673,100,17,17,100,6,6,100,673,673,100,"420e21cbeb53062caad324e14b8ea8ca53d51755","2024-10-22 01:40:51 +0200"]

blas/base/drot-wasm/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1><a href="../../../../index.html">All files</a> blas/base/drot-wasm/lib</h1>
161161
<div class='footer quiet pad2 space-top1 center small'>
162162
Code coverage generated by
163163
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164-
at 2024-10-03T00:39:11.424Z
164+
at 2024-10-21T23:43:25.418Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/drot-wasm/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
427427
<div class='footer quiet pad2 space-top1 center small'>
428428
Code coverage generated by
429429
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
430-
at 2024-10-03T00:39:11.424Z
430+
at 2024-10-21T23:43:25.418Z
431431
</div>
432432
<script src="../../../../prettify.js"></script>
433433
<script>

blas/base/drot-wasm/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
262262
<div class='footer quiet pad2 space-top1 center small'>
263263
Code coverage generated by
264264
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
265-
at 2024-10-03T00:39:11.424Z
265+
at 2024-10-21T23:43:25.418Z
266266
</div>
267267
<script src="../../../../prettify.js"></script>
268268
<script>

blas/base/drot-wasm/module.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
850850
<div class='footer quiet pad2 space-top1 center small'>
851851
Code coverage generated by
852852
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
853-
at 2024-10-03T00:39:11.424Z
853+
at 2024-10-21T23:43:25.418Z
854854
</div>
855855
<script src="../../../../prettify.js"></script>
856856
<script>

blas/base/drot-wasm/routine.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
637637
// Perform computation by calling the corresponding parent method:
638638
Module.prototype.ndarray.call( this, N, p0.ptr, p0.stride, p0.offset, p1.ptr, p1.stride, p1.offset, c, s ); // eslint-disable-line max-len
639639
&nbsp;
640-
// If the output arrays data had to be copied to module memory, copy the results to the provided output arrays...
640+
// If output array data had to be copied to module memory, copy the results to the provided output arrays...
641641
if ( p0.copy ) {
642642
readDataView( N, this.view, p0.stride*p0.BYTES_PER_ELEMENT, p0.ptr, x, strideX, offsetX, true ); // eslint-disable-line max-len
643643
}
@@ -658,7 +658,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
658658
<div class='footer quiet pad2 space-top1 center small'>
659659
Code coverage generated by
660660
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
661-
at 2024-10-03T00:39:11.424Z
661+
at 2024-10-21T23:43:25.418Z
662662
</div>
663663
<script src="../../../../prettify.js"></script>
664664
<script>

0 commit comments

Comments
 (0)