aparapi icon indicating copy to clipboard operation
aparapi copied to clipboard

The New Official Aparapi: a framework for executing native Java and Scala code on the GPU.

Results 55 aparapi issues
Sort by recently updated
recently updated
newest added

Hi, Aparapi is not detecting my gpu even though I have OpenCL installed. When I run these two lines: ``` Device device = Device.firstGPU(); Range range = device.createRange(size); ``` It...

### I know it had been long since the Xeon Phi had been discontinued, and there is no value in any attempts to revive the Xeon Phi, my questions below...

If use Kernel.put(char), then (short)char to get negative numbers will cost performance,Can be added Kernel.put(short)? And it would be nice to have the 8-bit unsigned integer values to kernel

Consider this simple test case that has no Java objects in the Kernel: ``` @Test def failingCodeGen1(): Unit = { val size = 10 var result: Int = 1 val...

enhancement

I recently did a fresh install of windows 10 and was using Aparapi with IntelliJ and the driver Windows 10 installed for my nvidia card automatically. It was working flawlessly...

The projection how to deal the sparse matrix. Because sparse matrix usually need to be solved parallel on CPU or GPU. Such as Gaussian iteration.

This pull request is an attempt to address issue #51 51

bug
bounty $$$

This pull request represents an attempt to merge in the ucores code into aparapi.

tldr: Remove the usage of javah to support JDK above 8. With the JDK8 the javah command is deprecated and is removed in jdk9, the function is now supported by...