Author Topic: [DEV] Using Java's Vector API on PPC64LE  (Read 69 times)

icbts

  • Newbie
  • *
  • Posts: 4
  • Karma: +5/-0
    • View Profile
[DEV] Using Java's Vector API on PPC64LE
« on: March 14, 2025, 12:59:40 pm »

Wanted to share this video I made on our experiences with Java's Vector API (incubating) on PPC64LE:
https://www.youtube.com/watch?v=auqYQdul52k

Its a mixed bag at this point in time - some workflows benefit, while some others do not.

The implementation of Vector API is x64/AArch64, with allowances to let other architectures provide implementation in the future. Perhaps this video will help encourage JVM implementations to address the shortfall.

tle

  • Sr. Member
  • ****
  • Posts: 479
  • Karma: +53/-0
    • View Profile
    • Trung's Personal Website
Re: [DEV] Using Java's Vector API on PPC64LE
« Reply #1 on: March 16, 2025, 12:08:09 am »
Awesome work! I have not touched Java Vector API at work but your work peak my interests.
Faithful Linux enthusiast

My Raptor Blackbird

icbts

  • Newbie
  • *
  • Posts: 4
  • Karma: +5/-0
    • View Profile
Re: [DEV] Using Java's Vector API on PPC64LE
« Reply #2 on: March 16, 2025, 06:55:36 am »
Thanks  :)

If you have any suggestions for future Java on PPC64LE videos please feel free to share - my youtube feed feels devoid of content at times :(

ClassicHasClass

  • Sr. Member
  • ****
  • Posts: 489
  • Karma: +39/-0
  • Talospace Earth Orbit
    • View Profile
    • Floodgap
Re: [DEV] Using Java's Vector API on PPC64LE
« Reply #3 on: March 16, 2025, 03:01:21 pm »
Very nicely done.

tle

  • Sr. Member
  • ****
  • Posts: 479
  • Karma: +53/-0
    • View Profile
    • Trung's Personal Website
Re: [DEV] Using Java's Vector API on PPC64LE
« Reply #4 on: Today at 06:47:27 am »
Thanks  :)

If you have any suggestions for future Java on PPC64LE videos please feel free to share - my youtube feed feels devoid of content at times :(

I think getting GraalVM to support PPC64LE would be endless source of content.
Faithful Linux enthusiast

My Raptor Blackbird