JOCL
JOCL copied to clipboard
Java bindings for OpenCL
Hi Marco! Not sure if this might be appropriate to ask here, but I was more curious of native pointer address concept implementation in JOCL. Since java might start using...
I have a device with 2 GPUs: * Intel(R) HD Graphics 520 * NVIDIA GeForce 940MX GPU-Z shows that OpenCL is enabled and is working on both. I get 2...
@gpu What do you do for code signing on mac Not a jocl problem but (works just fine on my m1 mac) but jnr-ffi does not work see https://github.com/jnr/jnr-ffi/issues/257 Can...
Can you please help me? when I enable the gpu plugin It crashes my mac after a few hours here are my logs [jvm_crash_pid_71781.log](https://github.com/gpu/JOCL/files/6208831/jvm_crash_pid_71781.log) [jvm_crash_pid_99320.log](https://github.com/gpu/JOCL/files/6208832/jvm_crash_pid_99320.log) [jvm_crash_pid_7039.log](https://github.com/gpu/JOCL/files/6208833/jvm_crash_pid_7039.log) [jvm_crash_pid_30251.log](https://github.com/gpu/JOCL/files/6208834/jvm_crash_pid_30251.log) [jvm_crash_pid_56604.log](https://github.com/gpu/JOCL/files/6208835/jvm_crash_pid_56604.log) [jvm_crash_pid_7992.log](https://github.com/gpu/JOCL/files/6208836/jvm_crash_pid_7992.log)
I've tried to build JOCL on Ubuntu 18.04. What I have done so far: `mkdir /home//JOCLRoot mkdir /home//JOCLRoot/JOCLBuild` `cd /home//JOCLRoot` `git clone https://github.com/gpu/JOCL.git git clone https://github.com/gpu/JOCLCommon.git` `cmake-gui` `cmake to /home//JOCLRoot/JOCLBuild`...
 This error has occurred to me while running various JOCL samples and my own code. I've deleted the lines that did the assertion, but the error still persisted afterwards....
About a month ago, OpenCL 3.0 has been released: https://www.khronos.org/registry/OpenCL/ There should be a new release of JOCL for OpenCL 3.0. Unfortunately, I cannot (yet) give a timeline for that,...
Hello there! The title gives the gist of the problem... a Java exception I get with JOCL 0.2.0 RC before anything really starts. What does this message mean? BTW, I...
Hello Marco, I've come across an issue with memory consumption of my [ray tracer ](https://github.com/mambastudio/MambaTracer), in which it implements a stream compaction as described [here](https://www.reddit.com/r/gpgpu/comments/afz382/efficient_gpgpu_loadbalancing_pattern_raytracer/). This uses the prefix sum...
Hi Marco, It seems that [MlOpen](https://github.com/ROCmSoftwarePlatform/MIOpen) has been supporting OpenCL for some time now, and there appear to be libraries that use it more or less successfully. I know that...