diff src/gpu/ptx/vm/gpu_ptx.hpp @ 11822:365d8f385fb5

PTX: one-dimensional parallel warp invocation, ParallelOver annotation
author Morris Meyer <morris.meyer@oracle.com>
date Sun, 29 Sep 2013 14:47:12 -0400
parents c99e65785936
children 8d8f63069f58
line wrap: on
line diff
--- a/src/gpu/ptx/vm/gpu_ptx.hpp	Sat Sep 28 21:06:12 2013 -0400
+++ b/src/gpu/ptx/vm/gpu_ptx.hpp	Sun Sep 29 14:47:12 2013 -0400
@@ -74,6 +74,7 @@
   static bool probe_linkage();
   static bool initialize_gpu();
   static void * generate_kernel(unsigned char *code, int code_len, const char *name);
+  static bool execute_warp(int dimX, int dimY, int dimZ, address kernel, PTXKernelArguments & ka, JavaValue &ret);
   static bool execute_kernel(address kernel, PTXKernelArguments & ka, JavaValue &ret);
 public:
 #if defined(__x86_64) || defined(AMD64) || defined(_M_AMD64)