Skip to content

Commit

Permalink
Merge pull request #74 from VijayKandiah/release-accelwattch
Browse files Browse the repository at this point in the history
Updating Release Notes + Fixing minor bug
  • Loading branch information
VijayKandiah authored Oct 19, 2021
2 parents f9b5ced + 00474ca commit ed6d38b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
1 change: 0 additions & 1 deletion gpu-simulator/trace-driven/trace_driven.cc
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ bool trace_warp_inst_t::parse_from_trace_struct(
// handle special cases and fill memory space
switch (m_opcode) {
case OP_LDC: //handle Load from Constant
assert(trace.memadd_info->width > 0);
data_size = 4;
memory_op = memory_load;
const_cache_operand = 1;
Expand Down
20 changes: 3 additions & 17 deletions release.notes.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@

# Release v1.3.0

Oct 19, 2021.

Major changes since v1.2.0:

1. Release and integration of AccelWattch v1.0 with Accel-Sim.

# Release v1.2.0

May 26, 2021.
Oct 19, 2021.

Major changes since v1.1.0:

1. First release of Accel-Sim's tuner component
2. Nvbit 1.5.2 support
3. Partial support of cutting-edge MLPerf traces
4. Turing architecture traces
5. Ampere architecture traces (without copy-async feature: still in progress)
6. GPGPU-Sim 4.1 release
7. Detailed manual
1. Release and integration of AccelWattch v1.0 with Accel-Sim.

# Release v1.1.0

Expand All @@ -35,4 +21,4 @@ Major changes since v1.0.0:
6. Fixed the max_insn_limit bug
7. Adding support to Turing instruction traces

---
---

0 comments on commit ed6d38b

Please sign in to comment.