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 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. -
Uses of CompileFailedException in com.aparapi.internal.kernel
Methods in com.aparapi.internal.kernel that throw CompileFailedException Modifier and Type Method Description Kernel
KernelRunner. compile(java.lang.String _entrypoint, Device device)
private Kernel
KernelRunner. executeInternalInner(KernelRunner.ExecutionSettings _settings, Device aparapiDevice, boolean compileOnly)
-