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

Fix new arch context build check #441

Merged
merged 1 commit into from
Jan 6, 2023
Merged

Commits on Dec 24, 2022

  1. Fix problem of inconsistency while calling context->is_built between …

    …forward/backward of LinearOp
    
    problem :
        LinearOp::forward is getting cublashandle without checking if context is built.
        LinearOp::backward is checking if the context is built before getting cublashandle.
    
    solution:
        Modify LinearOp::forward to check if context is built before getting cublashandle.
    Kangmo committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    5e84cf3 View commit details
    Browse the repository at this point in the history