Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. internal/s3select/select_test.go

    	for _, testCase := range testTable {
    		t.Run(testCase.name, func(t *testing.T) {
    			// Hack cpuid to the CPU doesn't appear to support AVX2.
    			// Restore whatever happens.
    			if cpuid.CPU.Supports(cpuid.AVX2) {
    				cpuid.CPU.Disable(cpuid.AVX2)
    				defer cpuid.CPU.Enable(cpuid.AVX2)
    			}
    			if simdjson.SupportedCPU() {
    				t.Fatal("setup error: expected cpu to be unsupported")
    			}
    			testReq := testCase.requestXML
    Go
    - Registered: Sun Apr 07 19:28:10 GMT 2024
    - Last Modified: Sat Dec 23 07:19:11 GMT 2023
    - 76.2K bytes
    - Viewed (0)
  2. .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_win --copt=/arch:AVX
    
    # Use Clang-cl compiler on Windows
    Plain Text
    - Registered: Tue Apr 09 12:39:09 GMT 2024
    - Last Modified: Fri Mar 29 01:37:22 GMT 2024
    - 52.6K bytes
    - Viewed (2)
  3. 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
    Plain Text
    - Registered: Tue Apr 09 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
Back to top