summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-01-22 18:02:35 +0100
committerMichael Bien <[email protected]>2010-01-22 18:02:35 +0100
commit9ca000faa6aea6771ff5cf209846ef7fb9ff227a (patch)
tree9c4494df5b3fd688a993c4e1672934950cb8919d /build.xml
parent468928edc68896718f0a27b47d59ddad2c892967 (diff)
dynamic dispatch via CLProcAddressTable for OpenCL extensions.
made CLProgram failsafe, updated tests.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 5d69536f..dcae6d78 100644
--- a/build.xml
+++ b/build.xml
@@ -55,7 +55,7 @@
<gluegen src="resources/opencl.h"
config="resources/cl-impl.cfg"
includeRefid="jocl.include.path"
- emitter="com.sun.gluegen.JavaEmitter">
+ emitter="com.sun.gluegen.procaddress.ProcAddressEmitter">
<classpath refid="gluegen.classpath" />
</gluegen>
<echo message=" - - - JOCL binding files generated - - - "/>