| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Mengchi Zhang <[email protected]>
|
|
into dev
|
|
Signed-off-by: Mengchi Zhang <[email protected]>
|
|
Signed-off-by: Mengchi Zhang <[email protected]>
|
|
Signed-off-by: Mengchi Zhang <[email protected]>
|
|
This comment made the build fail in ubuntu 18.04 due to a flex error. This error is probably produced by a flex bug.
|
|
Clang gives warnings about this.
|
|
and 7.5
|
|
|
|
|
|
Experimental library support (diff abstract_hardware_model.cc) (currently broken because of undocumented cudaGetExportTable function in the cuda rt api)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13793]
|
|
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]
|
|
A bit of cleanup
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12627]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12552]
|
|
cubojdump.l/.y are used to parse the output of cuobjdump, and thus should be part of libcuda not cuobjdump_to_ptxplus
Included are also modifications to Makefiles
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12255]
|