-
-
I see your implementation for rvv, like this:
```
vabs_s16: # @vabs_s16
vsetivli zero, 4, e16, m1, ta, ma
vsra.vi v9, v8, 15
vxor.vv…
Ag-Cu updated
4 months ago
-
```python
In [1]: import numpy as np
...: import tabmat
...:
...: n = 5_000
...: p = 1_000
...:
...: rng = np.random.default_rng(0)
...: means = rng.exponential(10, p) *…
-
Imported from SourceForge on 2024-07-03 15:53:52
Created by **[numiri](https://sourceforge.net/u/numiri/)** on 2016-05-27 04:38:52
Original: https://sourceforge.net/p/maxima/bugs/3169
---
The crux o…
rtoy updated
5 months ago
-
FPL16 value = FPL16.MinValue;
FPL16 absValue = value.Abs();
Console.WriteLine($"{value}, {absValue}"); // -140737488355328, -140737488355328
value = new FPL16(-1);
absValue = value.Abs();
Console…
-
'roberta.encoder.layer.22.crossattention.self.abs_bias.1', 'roberta.encoder.layer.8.attention.self.abs_bias.0', 'roberta.encoder.layer.9.attention.self.abs_bias.1', 'roberta.encoder.layer.5.attention.…
-
Is there a way to write `abs(x/y)` as `abs(x)/abs(y)`?
-
I believe this happens on mac only because CI passes ( ubuntu-latest )
```fortran
program intrinsics_34
integer, parameter :: dp=kind(0d0)
real :: x = 3.143
real(dp) :: y = 2.33
…
-
makefile-tools version:0.11.13
dryrun.log
```shell
...
set -e; echo ' RELOCS arch/x86/boot/compressed/vmlinux.relocs'; arch/x86/tools/relocs vmlinux > arch/x86/boot/compressed/vmlinux.relocs;arch…
-
Strangely, the two types are changing from unsigned to signed. I have encountered this in a single-threaded application. I'm not sure if it impacts anything else but there are probably mistakes in mor…