diff options
| author | Tim Rogers <[email protected]> | 2012-06-27 14:57:05 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:47:33 -0700 |
| commit | 2031dd162995157c3f7830d68896b19b178b9146 (patch) | |
| tree | c19a3999057e9d775da4fe329a98c640fb84f294 /version | |
| parent | 19fbc3bf016d656e7c4da5f247f87c05bbf02daf (diff) | |
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]
Diffstat (limited to 'version')
| -rw-r--r-- | version | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $"; |
