You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Core/src/main/java/com/nativelibs4java/opencl/CLProgram.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,8 @@
103
103
*
104
104
* A program can be compiled on the fly (costly) but its binaries can be stored and
105
105
* loaded back in subsequent executions to avoid recompilation.<br>
106
-
* By default, program binaries are automatically cached on stable platforms (which currently exclude ATI Stream), but the caching can be forced on/off with * @see CLContext#setCached(boolean).<br>
107
-
* To create a program from sources, please use @see CLContext#createProgram(java.lang.String[])
106
+
* By default, program binaries are automatically cached on stable platforms (which currently exclude ATI Stream), but the caching can be forced on/off with * see {@link CLContext#setCached(boolean) }.<br>
107
+
* To create a program from sources, please use see {@link CLContext#createProgram(java.lang.String[]) }
Copy file name to clipboardExpand all lines: Core/src/main/java/com/nativelibs4java/opencl/CLSampler.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@
53
53
* The built-in functions to read from an image in a kernel take a sampler as an argument. <br/>
54
54
* The sampler arguments to the image read function can be sampler objects created using OpenCL functions and passed as argument values to the kernel or can be samplers declared inside a kernel.
* Creates an OpenCL context with the "best" device based on the comparison of the provided prioritized device feature (see @see JavaCL#getBestDevice(CLPlatform.DeviceFeature))
215
+
* Creates an OpenCL context with the "best" device based on the comparison of the provided prioritized device feature (see {@link JavaCL#getBestDevice(CLPlatform.DeviceFeature) })
0 commit comments