diff options
| author | Nick <[email protected]> | 2019-09-13 06:12:34 -0400 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-09-13 06:12:34 -0400 |
| commit | ca563ea85ead434e0d579026b5e66e829af5efe5 (patch) | |
| tree | d771dfcce1447e7197d0dc7031be248d8874f121 /src/gpuwattch/processor.h | |
| parent | b7776785a18d3f4e6229cd625f92c11b55894b75 (diff) | |
Add additional formatting pass on directories
Diffstat (limited to 'src/gpuwattch/processor.h')
| -rw-r--r-- | src/gpuwattch/processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpuwattch/processor.h b/src/gpuwattch/processor.h index 326206c..c0be8be 100644 --- a/src/gpuwattch/processor.h +++ b/src/gpuwattch/processor.h @@ -176,7 +176,7 @@ class Processor : public Component { read_coef = l2array[0] ->unicache.caches->local_result.tag_array2->power.writeOp .dynamic; //*(32/4); // removed by Jingwen, the scaling - //of 32/4 is not used in the mcpat + // of 32/4 is not used in the mcpat read_coef += l2array[0]->unicache.caches->local_result.power.writeOp.dynamic; read_coef += |
