diff src/share/vm/runtime/globals.hpp @ 11596:91e5f927af63

Initial implementation of PTXRuntime (RegisterConfig, PTX description etc); guarded with new flag UseGPU. Specify -XX:+UseGPU to exercise this new implementation.
author bharadwaj
date Tue, 10 Sep 2013 22:39:50 -0400
parents 6b0fd0964b87
children 3cce976666d9
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Sep 10 16:33:28 2013 -0700
+++ b/src/share/vm/runtime/globals.hpp	Tue Sep 10 22:39:50 2013 -0400
@@ -3717,8 +3717,11 @@
   product(bool , AllowNonVirtualCalls, false,                               \
           "Obey the ACC_SUPER flag and allow invokenonvirtual calls")       \
                                                                             \
-  product(bool, TraceGPUInteraction, false,                                    \
-          "Trace external GPU warp loading")                                \
+  product(bool, TraceGPUInteraction, false,                                 \
+          "Trace external GPU Interaction")                                 \
+                                                                            \
+  product(bool, UseGPU, false,                                              \
+          "Run code on GPU")                                                \
                                                                             \
   diagnostic(ccstr, SharedArchiveFile, NULL,                                \
           "Override the default location of the CDS archive file")          \