Skip to content

Commit 2fe703e

Browse files
committed
Fix CRLF
1 parent 8766c7a commit 2fe703e

19 files changed

Lines changed: 2217 additions & 2217 deletions

File tree

Blas/pom.xml

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3-
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.nativelibs4java</groupId>
5-
<artifactId>javacl-blas</artifactId>
6-
<name>JavaCL BLAS / BridJ</name>
7-
<url>http://code.google.com/p/javacl/</url>
8-
<packaging>jar</packaging>
9-
10-
<parent>
11-
<groupId>com.nativelibs4java</groupId>
12-
<artifactId>javacl-parent</artifactId>
13-
<version>1.0-SNAPSHOT</version>
14-
<relativePath>..</relativePath>
15-
</parent>
16-
17-
<dependencies>
18-
19-
<dependency>
20-
<groupId>com.nativelibs4java</groupId>
21-
<artifactId>javacl</artifactId>
22-
</dependency>
23-
24-
<dependency>
25-
<groupId>org.ujmp</groupId>
26-
<artifactId>ujmp-core</artifactId>
27-
<version>0.2.4</version>
28-
</dependency>
29-
30-
</dependencies>
31-
32-
<build>
33-
<plugins>
34-
<plugin>
35-
<groupId>com.nativelibs4java</groupId>
36-
<artifactId>maven-javacl-plugin</artifactId>
37-
</plugin>
38-
</plugins>
39-
</build>
40-
</project>
41-
42-
43-
1+
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.nativelibs4java</groupId>
5+
<artifactId>javacl-blas</artifactId>
6+
<name>JavaCL BLAS / BridJ</name>
7+
<url>http://code.google.com/p/javacl/</url>
8+
<packaging>jar</packaging>
9+
10+
<parent>
11+
<groupId>com.nativelibs4java</groupId>
12+
<artifactId>javacl-parent</artifactId>
13+
<version>1.0-SNAPSHOT</version>
14+
<relativePath>..</relativePath>
15+
</parent>
16+
17+
<dependencies>
18+
19+
<dependency>
20+
<groupId>com.nativelibs4java</groupId>
21+
<artifactId>javacl</artifactId>
22+
</dependency>
23+
24+
<dependency>
25+
<groupId>org.ujmp</groupId>
26+
<artifactId>ujmp-core</artifactId>
27+
<version>0.2.4</version>
28+
</dependency>
29+
30+
</dependencies>
31+
32+
<build>
33+
<plugins>
34+
<plugin>
35+
<groupId>com.nativelibs4java</groupId>
36+
<artifactId>maven-javacl-plugin</artifactId>
37+
</plugin>
38+
</plugins>
39+
</build>
40+
</project>
41+
42+
43+

Contributions/Kazo Csaba/CreateBinaryProgram - issue 30.diff

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Index: OpenCL/Core/src/main/java/com/nativelibs4java/opencl/CLContext.java
2-
===================================================================
3-
--- OpenCL/Core/src/main/java/com/nativelibs4java/opencl/CLContext.java (revision 993)
4-
+++ OpenCL/Core/src/main/java/com/nativelibs4java/opencl/CLContext.java (working copy)
5-
@@ -64,6 +64,7 @@
1+
Index: OpenCL/Core/src/main/java/com/nativelibs4java/opencl/CLContext.java
2+
===================================================================
3+
--- OpenCL/Core/src/main/java/com/nativelibs4java/opencl/CLContext.java (revision 993)
4+
+++ OpenCL/Core/src/main/java/com/nativelibs4java/opencl/CLContext.java (working copy)
5+
@@ -64,6 +64,7 @@
66
import com.sun.jna.Platform;
77
import com.sun.jna.Pointer;
88
import com.sun.jna.ptr.IntByReference;
99
+import java.util.Map;
1010

1111
/**
1212
* OpenCL context.<br/>
13-
@@ -189,6 +190,10 @@
13+
@@ -189,6 +190,10 @@
1414
return program;
1515
}
1616

@@ -21,19 +21,19 @@ Index: OpenCL/Core/src/main/java/com/nativelibs4java/opencl/CLContext.java
2121
//cl_queue queue;
2222
@Override
2323
protected void clear() {
24-
Index: OpenCL/Core/src/main/java/com/nativelibs4java/opencl/CLProgram.java
25-
===================================================================
26-
--- OpenCL/Core/src/main/java/com/nativelibs4java/opencl/CLProgram.java (revision 993)
27-
+++ OpenCL/Core/src/main/java/com/nativelibs4java/opencl/CLProgram.java (working copy)
28-
@@ -47,6 +47,7 @@
24+
Index: OpenCL/Core/src/main/java/com/nativelibs4java/opencl/CLProgram.java
25+
===================================================================
26+
--- OpenCL/Core/src/main/java/com/nativelibs4java/opencl/CLProgram.java (revision 993)
27+
+++ OpenCL/Core/src/main/java/com/nativelibs4java/opencl/CLProgram.java (working copy)
28+
@@ -47,6 +47,7 @@
2929
import com.sun.jna.Native;
3030
import com.sun.jna.Pointer;
3131
import com.sun.jna.ptr.IntByReference;
3232
+import com.sun.jna.ptr.PointerByReference;
3333

3434
/**
3535
* OpenCL program.<br/>
36-
@@ -83,7 +84,30 @@
36+
@@ -83,7 +84,30 @@
3737
this.context = context;
3838
this.devices = devices == null || devices.length == 0 ? context.getDevices() : devices;
3939
}
@@ -64,11 +64,11 @@ Index: OpenCL/Core/src/main/java/com/nativelibs4java/opencl/CLProgram.java
6464
List<String> sources = new ArrayList<String>();
6565
Map<CLDevice, cl_program> programByDevice = new HashMap<CLDevice, cl_program>();
6666

67-
Index: OpenCL/OpenCL4Java/src/main/java/com/nativelibs4java/opencl/library/OpenCLLibrary.java
68-
===================================================================
69-
--- OpenCL/OpenCL4Java/src/main/java/com/nativelibs4java/opencl/library/OpenCLLibrary.java (revision 993)
70-
+++ OpenCL/OpenCL4Java/src/main/java/com/nativelibs4java/opencl/library/OpenCLLibrary.java (working copy)
71-
@@ -595,6 +595,11 @@
67+
Index: OpenCL/OpenCL4Java/src/main/java/com/nativelibs4java/opencl/library/OpenCLLibrary.java
68+
===================================================================
69+
--- OpenCL/OpenCL4Java/src/main/java/com/nativelibs4java/opencl/library/OpenCLLibrary.java (revision 993)
70+
+++ OpenCL/OpenCL4Java/src/main/java/com/nativelibs4java/opencl/library/OpenCLLibrary.java (working copy)
71+
@@ -595,6 +595,11 @@
7272
* Original signature : <code>cl_program clCreateProgramWithBinary(cl_context, cl_uint, const cl_device_id*, const size_t*, const unsigned char**, cl_int*, cl_int*)</code><br>
7373
* @see <a href="http://www.khronos.org/opencl/sdk/1.0/docs/man/xhtml/clCreateProgramWithBinary.html">Khronos Documentation for clCreateProgramWithBinary</a>
7474
*/

0 commit comments

Comments
 (0)