Giter Club home page Giter Club logo

Comments (2)

daineAMD avatar daineAMD commented on June 16, 2024

Hi @jinz2014,

hipblasComputeType_t was added for the ROCm 6.0.0 release, and includes HIPBLAS_COMPUTE_32F_FAST_TF32 which is the equivalent of CUBLAS_COMPUTE_32F_FAST_TF32. Note that rocBLAS does not have an equivalent computeType so will return HIPBLAS_STATUS_NOT_SUPPORTED if used with the rocBLAS backend.
Note that hipblasComputeType_t is only used with the HIPBLAS_V2 API for now while the old interface for hipblasGemmEx is deprecated. You can take a look at some documentation on the HIPBLAS_V2 API, along with hipblasGemmEx documentation. At some point in the future the hipblasComputeType_t version of hipblasGemmEx will be standard.

CUBLAS_GEMM_DEFAULT_TENSOR_OP is deprecated in cuBLAS, I will discuss with the team if we believe it should be added to the library.

Thanks,
Daine

from hipblas.

daineAMD avatar daineAMD commented on June 16, 2024

Hi again @jinz2014,

I hope the HIPBLAS_V2 API was able to satisfy your needs regarding the compute types for gemmEx. Again, this will be the default behaviour of hipBLAS in the future, but for now it lives within the HIPBLAS_V2 API.

If you have any further questions feel free to re-open this issue or open another.

Thanks,
Daine

from hipblas.

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.