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

Enable AscendC kernel operator #3614

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Enable AscendC kernel operator #3614

merged 2 commits into from
Feb 29, 2024

Commits on Dec 28, 2023

  1. Enable AscendC kernel operator

    AscendC is an extended syntax for the C/C++ language that can be used to
    write operators that run on Ascend NPU.
    
    This commit introduce an operator(threshold) written in AscendC. Others
    can refer to this to implement other operators.
    
    AscendC can implement efficient fusion operators according to needs, in
    this case, threshold execution speed increased by nearly 4 times.
    
    Co-authored-by: CaoMengqing <[email protected]>
    hipudding and MengqingCao committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    927aff6 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Remove redundant code

    1. remove threshold_opencv_kernel
    2. typo ASCENDC_KERNELS_H
    3. add ALIGN_UP macro
    MengqingCao committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    09ed18d View commit details
    Browse the repository at this point in the history