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

[AVX] Added VCVT (between floating-point and integer) AVX support for x86 architecture #2480

Merged
merged 1 commit into from
Feb 27, 2024

Commits on Feb 26, 2024

  1. [AVX] Added VCVT (between floating-point and integer) AVX support for…

    … x86 architecture
    
    This pull request adds VCVT (between floating-point and integer) AVX support for the x86 architecture.
    This feature allows efficient conversion between single-precision floating-point and half-precision floating-point data types using the AVX instruction set.
    
    **Changes proposed in this PR:**
    - Added new VCVT instructions to the blas_interface
    - Fix incorrect meson.build logic in checking gcc version and AVX support
    - Add enable-avx option to enable AVX hardware acceleration
    
    **Self-evaluation:**
    1. Build test: [X]Passed [ ]Failed [ ]Skipped
    2. Run test:   [X]Passed [ ]Failed [ ]Skipped
    
    Signed-off-by: Donghyeon Jeong <[email protected]>
    djeong20 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    11d3784 View commit details
    Browse the repository at this point in the history