diff options
| author | JRPan <[email protected]> | 2024-08-16 11:16:06 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-16 15:16:06 +0000 |
| commit | 42a0cde4b463794d041b544309afb69c315f78bc (patch) | |
| tree | acc2196fb5157f7167de0318bb3aa1a20a7f70af /src/cuda-sim/ptx_ir.h | |
| parent | 081da0abacbc3595b090094b1a66fc37d35bd82a (diff) | |
remove unused & unintilized variables & format automation (#69)
* run formatter only on PR
* remove unused & unintilized variables
* fix signed & unsigned comparison warning
* enable merge queue
* resolve conflict
* in formatter, checkout the forked repo, not the base repo in PR
* Try to use jenkins for formatter
* Automated Format
---------
Co-authored-by: purdue-jenkins <[email protected]>
Diffstat (limited to 'src/cuda-sim/ptx_ir.h')
| -rw-r--r-- | src/cuda-sim/ptx_ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_ir.h b/src/cuda-sim/ptx_ir.h index 46f183b..d253866 100644 --- a/src/cuda-sim/ptx_ir.h +++ b/src/cuda-sim/ptx_ir.h @@ -1085,7 +1085,7 @@ class ptx_instruction : public warp_inst_t { unsigned cache_option() const { return m_cache_option; } unsigned rounding_mode() const { return m_rounding_mode; } unsigned saturation_mode() const { return m_saturation_mode; } - unsigned clamp_mode() const {return m_clamp_mode;} + unsigned clamp_mode() const { return m_clamp_mode; } unsigned left_mode() const { return m_left_mode; } unsigned dimension() const { return m_geom_spec; } unsigned barrier_op() const { return m_barrier_op; } |
