Uses of Class
com.aparapi.exception.CompileFailedException
-
Packages that use CompileFailedException Package Description com.aparapi com.aparapi.internal.kernel -
-
Uses of CompileFailedException in com.aparapi
Methods in com.aparapi that throw CompileFailedException Modifier and Type Method Description KernelKernel. compile(Device _device)Force pre-compilation of the kernel for a given device, without executing it.KernelKernel. compile(java.lang.String _entrypoint, Device _device)Force pre-compilation of the kernel for a given device, without executing it. -
Uses of CompileFailedException in com.aparapi.internal.kernel
Methods in com.aparapi.internal.kernel that throw CompileFailedException Modifier and Type Method Description KernelKernelRunner. compile(java.lang.String _entrypoint, Device device)private KernelKernelRunner. executeInternalInner(KernelRunner.ExecutionSettings _settings, Device aparapiDevice, boolean compileOnly)
-