Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimizing the Performance of Decoder fl_asr_decode #709

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 4, 2021

  1. This commit improves the performance of the decoder (targeting the tr…

    …ansformer model) by offering the following optimizations:
    
    1. Adding support for AMP in the AM.
    2. Adding support for the batch processing in the AM.
    3. Offering an efficient CUDA kernel for PositionalEmbedding.
    mtmd committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    ec0ed77 View commit details
    Browse the repository at this point in the history