diff options
| author | Tor Aamodt <[email protected]> | 2010-10-03 18:12:23 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-10-03 18:12:23 -0800 |
| commit | dda377ce2854d0e65f7f6531f6eb6b398bbbf888 (patch) | |
| tree | d379a0fbfa66f71ec2e9ea63fc6c1dfe21bb271b /src/cuda-sim/ptx_loader.h | |
| parent | f97c52bbaed425f5ada9758c248c9a2c2b9853dd (diff) | |
1. integrating Inder's changes
2. edit to 3dfd to enable execution on Quadro
3. update script to not pass device directly to 3dfd on command line (which it does not support)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7810]
Diffstat (limited to 'src/cuda-sim/ptx_loader.h')
| -rw-r--r-- | src/cuda-sim/ptx_loader.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cuda-sim/ptx_loader.h b/src/cuda-sim/ptx_loader.h index 432ee10..6b9d2f8 100644 --- a/src/cuda-sim/ptx_loader.h +++ b/src/cuda-sim/ptx_loader.h @@ -74,8 +74,7 @@ extern memory_space *g_surf_mem; extern memory_space *g_param_mem; extern bool g_override_embedded_ptx; -void gpgpu_ptx_sim_load_gpu_kernels(); -void gpgpu_ptx_sim_add_ptxstring( unsigned cubin_handle, const char *ptx_string, const char *cubin_string, const char *sourcefname ); +void gpgpu_ptx_sim_add_ptxstring( unsigned fat_cubin_handle, const char *ptx_string, const char *cubin_string, const char *sourcefname, unsigned capability ); class symbol_table *gpgpu_ptx_sim_load_ptx_from_string( const char *p, const char *p_for_info, unsigned source_num ); char* gpgpu_ptx_sim_convert_ptx_to_ptxplus(const char *ptx_str, const char *cubin_str, unsigned source_num); |
