comparison mx/projects @ 13624:220ed109bf77

initial code for calling PTX kernel code from Java with parameter marshaling and return value unmarshaling performed by a wrapper specified via manual graph construction
author Doug Simon <doug.simon@oracle.com>
date Mon, 13 Jan 2014 22:32:27 +0100
parents 805a904eae8f
children 881dd7f896de
comparison
equal deleted inserted replaced
13623:c70dddf5ce4a 13624:220ed109bf77
200 project@com.oracle.graal.hotspot.ptx@checkstyle=com.oracle.graal.graph 200 project@com.oracle.graal.hotspot.ptx@checkstyle=com.oracle.graal.graph
201 project@com.oracle.graal.hotspot.ptx@annotationProcessors=com.oracle.graal.service.processor 201 project@com.oracle.graal.hotspot.ptx@annotationProcessors=com.oracle.graal.service.processor
202 project@com.oracle.graal.hotspot.ptx@javaCompliance=1.7 202 project@com.oracle.graal.hotspot.ptx@javaCompliance=1.7
203 project@com.oracle.graal.hotspot.ptx@workingSets=Graal,HotSpot,PTX 203 project@com.oracle.graal.hotspot.ptx@workingSets=Graal,HotSpot,PTX
204 204
205 # graal.hotspot.ptx.test
206 project@com.oracle.graal.hotspot.ptx.test@subDir=graal
207 project@com.oracle.graal.hotspot.ptx.test@sourceDirs=src
208 project@com.oracle.graal.hotspot.ptx.test@dependencies=com.oracle.graal.hotspot.ptx,com.oracle.graal.replacements.test
209 project@com.oracle.graal.hotspot.ptx.test@checkstyle=com.oracle.graal.graph
210 project@com.oracle.graal.hotspot.ptx.test@javaCompliance=1.7
211 project@com.oracle.graal.hotspot.ptx.test@workingSets=Graal,HotSpot,PTX
212
205 # graal.hotspot.hsail 213 # graal.hotspot.hsail
206 project@com.oracle.graal.hotspot.hsail@subDir=graal 214 project@com.oracle.graal.hotspot.hsail@subDir=graal
207 project@com.oracle.graal.hotspot.hsail@sourceDirs=src 215 project@com.oracle.graal.hotspot.hsail@sourceDirs=src
208 project@com.oracle.graal.hotspot.hsail@dependencies=com.oracle.graal.replacements.hsail,com.oracle.graal.hotspot 216 project@com.oracle.graal.hotspot.hsail@dependencies=com.oracle.graal.replacements.hsail,com.oracle.graal.hotspot
209 project@com.oracle.graal.hotspot.hsail@checkstyle=com.oracle.graal.graph 217 project@com.oracle.graal.hotspot.hsail@checkstyle=com.oracle.graal.graph