Package | Description |
---|---|
com.aparapi | |
com.aparapi.internal.kernel |
Modifier and Type | Method and Description |
---|---|
Kernel |
Kernel.compile(Device _device)
Force pre-compilation of the kernel for a given device, without executing it.
|
Kernel |
Kernel.compile(java.lang.String _entrypoint,
Device _device)
Force pre-compilation of the kernel for a given device, without executing it.
|
Modifier and Type | Method and Description |
---|---|
Kernel |
KernelRunner.compile(java.lang.String _entrypoint,
Device device) |
private Kernel |
KernelRunner.executeInternalInner(KernelRunner.ExecutionSettings _settings,
Device aparapiDevice,
boolean compileOnly) |