From 2031dd162995157c3f7830d68896b19b178b9146 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Wed, 27 Jun 2012 14:57:05 -0800 Subject: Fixing a bug in the opencl prebuilt ptx flow. If a kernel made modidifcations to the .cl code at runtime (like changed the block size or some other constants) then recompiled itself the saved_embedded_ptx would just get overwritten. Same on using the prebuilt ptx file - I always wanted to load the same ptx file even though there should have been more than one. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13217] --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version') diff --git a/version b/version index 05ae64e..6b8660c 100644 --- a/version +++ b/version @@ -1,2 +1,2 @@ const char *g_gpgpusim_version_string = "GPGPU-Sim Simulator Version 3.1.0+edits (development branch)"; -const char *g_gpgpusim_build_string = "$Change: 13139 $"; +const char *g_gpgpusim_build_string = "$Change: 13216 $"; -- cgit v1.3