Michael Murray
Michael Murray
And to be clear, I would be using openjdk for versions 10 or above, and oracle jdk for version 9 and below. But the header files are essentially part of...
I built it on arm using jdk 8. ``` [ec2-user@ip-172-31-54-246 ~]$ arch aarch64 ``` ``` [ec2-user@ip-172-31-54-246 ~]$ cmake --build jocl-build [ 7%] Building CXX object JOCLCommon/CMakeFiles/JOCLCommon.dir/src/main/native/Logger.cpp.o [ 15%] Building CXX...
It emits the same value as shown in my response above: ``` [ec2-user@ip-172-31-54-246 ~]$ cat Test.java public class Test { public static void main(String args[]) { System.out.println(System.getProperty("os.arch")); } } [ec2-user@ip-172-31-54-246...
I have uploaded the library to dropbox so that you can include it in a future release if you are able: https://www.dropbox.com/s/fzm9mc83ynfchs1/libJOCL_2_0_4-linux-arm64.so?dl=0
@gpu thank you. this repository does not appear to be participating in github sponsors. If there is another way to support the project let me know.
@aspecialkey Is java working at all on your machine? if so, which version of java? Your systems are somewhat consistent with a setup wherein java is not working at all.
@gpu I'm pretty much committed to a version of GLIBC via the OS. Do you have a recommendation for a linux distro and version that would have the "lowest" usable...
@gpu I'm using cloud VMs, I don't even own a physical ARM device that isn't made by Apple @aspecialkey I'm unlikely to get to it until early next week, but...
@gpu it would be pretty easy to do this with github actions, I could probably help set it up. In the meantime though I'm just going to rebuild the library...
@gpu I finally got around to building it with GLIBC 2.27 for greater compatibility, and you can download it here https://www.dropbox.com/s/ojiovlc6yi7qz3g/libJOCL_2_0_4-linux-arm64.so?dl=0 To do this, I used a method that would...