- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for buffered (0.06 sec)
-
RELEASE.md
memory usage. * Fixed bfloat16 integration of LIBXSMM sparse mat-mul. * Improved performance and reduce memory usage by allowing ops to forward input buffers to output buffers and perform computations in-place. * Improved the performance of CPU assignment for strings. * Speed up matrix * vector multiplication and matrix * matrix with unknown shapes.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
rightmost bits are the most significant // bits (dropped with a mask) and the leftmost bits are the least // significant bits (dropped with a right shift). var a nttElement var j int // index into a var buf [24]byte // buffered reads from B off := len(buf) // index into buf, starts in a "buffer fully consumed" state for { if off >= len(buf) { B.Read(buf[:]) off = 0 } d1 := byteorder.LEUint16(buf[off:]) & 0b1111_1111_1111 d2 := byteorder.LEUint16(buf[off+1:]) >> 4 off += 3 if d1 < q { a[j] = fieldElement(d1)...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)