Skip to content

Java-and-AI-Working-Group #2

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

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
02a35f2
Update README.md
sevarac May 18, 2025
a0fae55
Update README.md
sevarac May 18, 2025
372a71e
Update README.md
sevarac May 18, 2025
43228c8
Update README.md
sevarac May 18, 2025
42945c5
Update README.md
sevarac May 18, 2025
fe2585e
Update README.md
sevarac May 18, 2025
7cbc4bc
Update README.md
sevarac May 18, 2025
f8395ce
Update README.md
sevarac May 18, 2025
565d9df
Update README.md
sevarac May 21, 2025
707d40c
Update README.md
sevarac May 21, 2025
57795f3
Update README.md
sevarac May 21, 2025
6d0cb5e
Update README.md
sevarac May 21, 2025
bb61347
Update README.md
sevarac May 21, 2025
45d1002
Update README.md
sevarac May 21, 2025
6c6d1ac
Update README.md
sevarac May 21, 2025
51b817a
Update README.md
sevarac May 21, 2025
7a5a124
Update README.md
sevarac May 26, 2025
9bffa29
Update README.md
sevarac May 26, 2025
0545cc5
Update README.md
sevarac May 26, 2025
bc1c3cb
Update README.md
sevarac May 26, 2025
c05025c
Update README.md
sevarac May 26, 2025
e2d056b
Update README.md
sevarac May 26, 2025
5e5227d
Update README.md
sevarac May 26, 2025
4cfe462
Update README.md
sevarac May 26, 2025
8099361
Update README.md
sevarac May 26, 2025
738af8c
Update README.md
sevarac May 26, 2025
7141334
Update README.md
sevarac May 26, 2025
0bd3d7e
Update README.md
sevarac May 26, 2025
a926552
Update README.md
sevarac May 26, 2025
30a6049
Update README.md
sevarac May 26, 2025
cf08d79
Update README.md
sevarac Jun 9, 2025
c4dd52f
Update README.md
sevarac Jun 9, 2025
5aa5cab
Update README.md
sevarac Jun 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
sevarac authored May 26, 2025
commit bc1c3cbce2f7cae5202836e59850f37a6b8a9693
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ The purporse of the JCP EC AI working group is to promote, support and accelerat

# Related Open JDK Projects

* [Panama](https://openjdk.org/projects/panama/) - Interconnecting JVM and native code (C, Python, ..) while preserving key benefits of Java platform security, stability and performance, and reducing maintainance overhead and cost
* Vector API - use CPU vector opertaions and accelerate primitive mathematical operations used for AI/machine learning
* [Panama](https://openjdk.org/projects/panama/) - Interconnecting JVM and native code (C, Python, ..)
* [Vector API](https://openjdk.org/jeps/469) - use CPU vector opertaions and accelerate primitive mathematical operations used for AI/machine learning
* Babylon - Code transformation GPU programming
* Valhalla
* HAT (Heterogenious Acceleration Toolkit)

* panama-dev Technical discussion related to the Panama Project
* panama-spec-comments Panama Project Expert Group Comments
Expand Down