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

llvm: Implement compiled Angle and SoftMax derivative Functions #2528

Merged
merged 7 commits into from
Nov 9, 2022

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    18813af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    135a786 View commit details
    Browse the repository at this point in the history
  3. llvm: Add sin, cos builtins

    PTX can't select llvm intrinsics, use builtin wrapper functions.
    
    Signed-off-by: Jan Vesely <[email protected]>
    jvesely committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    a36b9f9 View commit details
    Browse the repository at this point in the history
  4. llvm, functions/Transfer: Implement compiled Angle function

    Signed-off-by: Jan Vesely <[email protected]>
    jvesely committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1cb0c5c View commit details
    Browse the repository at this point in the history
  5. functions/Transfer: Consider 'bias' parameter in 0 check in ReLU deri…

    …vative function
    
    Signed-off-by: Jan Vesely <[email protected]>
    jvesely committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    71b4316 View commit details
    Browse the repository at this point in the history
  6. llvm, functions/SoftMax: Pass output_type as argument

    This will allow generating softmax with different output type than the
    one set by the SoftMax Function instance.
    
    Signed-off-by: Jan Vesely <[email protected]>
    jvesely committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    dc6c0cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cae1465 View commit details
    Browse the repository at this point in the history