From be40c844e8a92ebe8ff3569451a7649712563052 Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Fri, 10 Aug 2012 22:41:06 -0800 Subject: Adding a less brittle support for associating the fatbins to sections in the output of cuobjdump This is how to get to the filename given a fatCubin void* void * s1 = *((void**)(fatCubin+8)); void * s2 = (s1+72); char * filename = (char *)s2; [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13728] --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index fde27fe..4697bd6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ CHANGE LOG: Version 3.1.1+edits (development branch) versus 3.1.1 +- Added an improved and less brittle support for associating fatbins to + sections from the output of cuobjdump - Bug Fixes: - Fixed a compile error that happens with newer gcc/g++ versions (4.7.1) - Fixed a bug with the association between cuobjdump output and cubin -- cgit v1.3