Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for AVX2 (0.08 sec)

  1. .bazelrc

    # Configure short or long logs
    build:short_logs --output_filter=DONT_MATCH_ANYTHING
    build:verbose_logs --output_filter=
    
    # Instruction set optimizations
    # TODO(gunan): Create a feature in toolchains for avx/avx2 to
    #   avoid having to define linux/win separately.
    build:avx_linux --copt=-mavx
    build:avx_linux --host_copt=-mavx
    build:avx_linux --copt="-mf16c"
    build:avx_win --copt=/arch:AVX
    build:avx_win --copt="-mf16c"
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 22 21:03:34 UTC 2025
    - 56K bytes
    - Viewed (0)
  2. RELEASE.md

    youshenmebutuo, yqtianust, Yuan Tang, yuanbopeng, Yuriy Chernyshov, Yuta
    Fukasawa, Zachary Deane-Mayer, Zeno Gantner, Zhoulong Jiang, zhuyie, zilinzhu,
    彭震东
    
    # Release 2.4.1
    
    *   This release removes the AVX2 requirement from TF 2.4.0.
    
    # Release 2.3.2
    
    ## Bug Fixes and Other Changes
    
    *   Fixes an access to unitialized memory in Eigen code
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  3. lib/fips140/v1.0.0.zip

    ( "crypto/internal/fips140deps/cpu" "crypto/internal/impl" ) var useAVX2 = cpu.X86HasAVX && cpu.X86HasAVX2 && cpu.X86HasBMI2 var useSHANI = cpu.X86HasAVX && cpu.X86HasSHA && cpu.X86HasSSE41 && cpu.X86HasSSSE3 func init() { impl.Register("sha256", "AVX2", &useAVX2) impl.Register("sha256", "SHA-NI", &useSHANI) } //go:noescape func blockAMD64(dig *Digest, p []byte) //go:noescape func blockAVX2(dig *Digest, p []byte) //go:noescape func blockSHANI(dig *Digest, p []byte) func block(dig *Digest, p []byte)...
    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