diff options
| author | Tor Aamodt <[email protected]> | 2010-10-24 00:36:19 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-10-24 00:36:19 -0800 |
| commit | 6eee7514ea8b72fbecd761c50ccfd3394edf2307 (patch) | |
| tree | 1260a88984124f960251dba47142e950f4367be2 /src/intersim/interconnect_interface.h | |
| parent | 4da926e61569a069bac229e8ba649e600fc78a04 (diff) | |
1. adding top level configuration class and making shader and memory configuration
components of this class.
2. clock memory pipeline no. subwarp times for each shader clock and increase
rob-size for texture cache (trying to improve correlation, currently at 0.9218)
3. start to modify shader stats to add back features for visualizer (warp
divergence distribution kind of working again)
passing cuda 3.1 regression and ptxplus correlation tests
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7909]
Diffstat (limited to 'src/intersim/interconnect_interface.h')
| -rw-r--r-- | src/intersim/interconnect_interface.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/intersim/interconnect_interface.h b/src/intersim/interconnect_interface.h index 9003fc6..07f6580 100644 --- a/src/intersim/interconnect_interface.h +++ b/src/intersim/interconnect_interface.h @@ -19,8 +19,7 @@ void interconnect_push ( unsigned int input, unsigned int output, void* interconnect_pop(unsigned int output); void init_interconnect (char* config_file, unsigned int n_shader, - unsigned int n_mem, - struct shader_core_config *shader_config); + unsigned int n_mem); void advance_interconnect(); unsigned interconnect_busy(); void interconnect_stats() ; |
