- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have created the module in spring boot application where have high calculation . I would like to invoke the oneAPI math from Spring Boot Java Application. How Can I invoke the OneAPI Math from Spring Boot Java Application?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
oneMKL does not support Java APIs. We support C/C++, Fortran, SYCL APIs. However, 3rd parties implemented Java libraries that interface with oneMKL for fast mathematical operations. I would recommend searching GitHub projects for such implementations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Mark
Thanks for your reply . Can we use the Java21 Foreign function feature to invoke the oneMKL?
Kindly give your input on this.
https://docs.oracle.com/en/java/javase/21/core/foreign-function-and-memory-api.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @DavidJacks, as I said earlier, oneMKL does not support Java APIs -- that means none of these are being tested. To my earlier comment: I just searched GitHub, and there are 3rd party Java libraries that use MKL at GitHub -- maybe you can find useful information there.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page