Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for fuese (0.04 sec)

  1. .bazelrc

    # Permit newer CUDA versions than Clang is aware of
    build:cuda_clang --copt="-Wno-unknown-cuda-version"
    # Set lld as the linker.
    build:cuda_clang --host_linkopt="-fuse-ld=lld"
    build:cuda_clang --host_linkopt="-lm"
    build:cuda_clang --linkopt="-fuse-ld=lld"
    build:cuda_clang --linkopt="-lm"
    
    # Set up compilation CUDA version and paths and use the CUDA Clang toolchain.
    build:cuda_clang_official --config=cuda_clang
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Oct 28 22:02:31 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.32.md

    - gotest.tools/v3: v3.0.3 → v3.0.2
    - honnef.co/go/tools: v0.0.1-2019.2.3 → ea95bdf
    - k8s.io/gengo/v2: 51d4e06 → 2b36238
    - k8s.io/kube-openapi: 70dd376 → f7e401e
    
    ### Removed
    - bazil.org/fuse: 371fbbd
    - cloud.google.com/go/storage: v1.0.0
    - dmitri.shuralyov.com/gpu/mtl: 666a987
    - github.com/BurntSushi/xgb: [27f1227](https://github.com/BurntSushi/xgb/tree/27f1227)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  3. RELEASE.md

        *   Added `tf.test.experimental.sync_devices`, which is useful for accurately measuring performance in benchmarks.
    
    *   `tf.experimental.dtensor`:
    
        *   Added experimental support to ReduceScatter fuse on GPU (NCCL).
    
    ### Bug Fixes and Other Changes
    
    *   `tf.SavedModel`:
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top