Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8370691

Add new HalffloatVector type and enable intrinsification of float16 vector operations

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 26
    • hotspot
    • generic
    • generic

      - Add a new HalffloatVector type in addition to existing primitive vector types, maintaining operation parity with the FloatVector type.
      - Add necessary inline expander support.
         - Enable intrinsification for a few vector operations, namely ADD/SUB/MUL/DIV/MAX/MIN/FMA.
      - Use existing Float16 vector IR and backend support.
         
      The idea here is to first be on par with Float16 auto-vectorization support.

            jbhateja Jatin Bhateja
            jbhateja Jatin Bhateja
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: