Git Product home page Git Product logo

Comments (1)

benprofessionaledition avatar benprofessionaledition commented on September 20, 2024

Hi @guoyunqingyue - compute capability 6.0 (Pascal) predates Tensor Cores (fp16 ops with fp32 accumulate). So while yes, you can certainly, in theory, do fp16 math on CC 6.x, there isn't really hardware support for it--it's only going to go 1/64 as fast as fp32 on a GP104 like the chip in your 1080Ti, and of course the bigger problem for DeepSpeed etc is that it's going to use different CUDA instructions (and data types) than the TC math in CC 7.0+ (Volta etc).

I would double check your sources on 1080Ti support for fp16, and see if there's some fine print. These are NVIDIA's own words on fp16 support in the GP104: (GP100 = P4 and P100, GP104 = 1080Ti)

GP100, designed with training deep neural networks in mind, provides FP16 throughput up to 2x that of FP32 arithmetic. On GP104, FP16 throughput is lower, 1/64th that of FP32. However, compensating for reduced FP16 throughput, GP104 provides additional high-throughput INT8 support not available in GP100.

from deepspeed.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.