diff src/gpu/ptx/vm/gpu_ptx.cpp @ 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 c99e65785936
children 4f69a5189e77
line wrap: on
line diff
--- a/src/gpu/ptx/vm/gpu_ptx.cpp	Tue Sep 10 16:33:28 2013 -0700
+++ b/src/gpu/ptx/vm/gpu_ptx.cpp	Tue Sep 10 22:39:50 2013 -0400
@@ -29,7 +29,7 @@
 #include "utilities/ostream.hpp"
 #include "memory/allocation.hpp"
 #include "memory/allocation.inline.hpp"
-#include "kernelArguments.hpp"
+#include "ptxKernelArguments.hpp"
 
 void * gpu::Ptx::_device_context;
 int    gpu::Ptx::_cu_device = 0;