diff src/gpu/ptx/vm/ptxKernelArguments.hpp @ 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 1a7e7011a341
children
line wrap: on
line diff
--- a/src/gpu/ptx/vm/ptxKernelArguments.hpp	Mon Jan 13 22:28:57 2014 +0100
+++ b/src/gpu/ptx/vm/ptxKernelArguments.hpp	Mon Jan 13 22:32:27 2014 +0100
@@ -34,6 +34,7 @@
 #define T_FLOAT_BYTE_SIZE  4
 #define T_DOUBLE_BYTE_SIZE 8
 #define T_LONG_BYTE_SIZE   8
+#define T_OBJECT_BYTE_SIZE 8
 #define T_ARRAY_BYTE_SIZE  8
 
 class PTXKernelArguments : public SignatureIterator {