Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for buffer3 (0.06 sec)

  1. 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)
  2. lib/fips140/v1.0.0.zip

    { var acc byte for _, b := range x { acc |= b } return acc == 0 } // isLess reports whether a < b, where a and b are big-endian buffers of the // same length and shorter than 72 bytes. func isLess(a, b []byte) bool { if len(a) != len(b) { panic("crypto/ecdh: internal error: mismatched isLess inputs") } // Copy the values into a fixed-size preallocated little-endian buffer. // 72 bytes is enough for every scalar in this package, and having a fixed // size lets us avoid heap allocations. if len(a) >...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top