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

lower NativeDropoutBackward (#5642) and lower native_dropout (#5643) #5647

Merged
merged 2 commits into from
Sep 26, 2023

Commits on Sep 26, 2023

  1. lower NativeDropoutBackward (#5642)

    * lower NativeDropoutBackward
    
    * fix lowering and add python test
    JackCaoG authored and ManfeiBai committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5839988 View commit details
    Browse the repository at this point in the history
  2. lower native_dropout (#5643)

    * prototype version (compiling error)
    
    * Add native_dropout manual lowering.
    
    * fix to tensor IR and add a simple native_dropout test
    
    * fix data type issue and update test case
    
    * fix IR hash issue
    
    * fix corner case when probability==0
    
    * remove typo line
    
    * add test case when probability=0
    zpcore authored and ManfeiBai committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8d3171c View commit details
    Browse the repository at this point in the history