summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorJRPan <[email protected]>2026-01-22 13:13:33 -0500
committerGitHub <[email protected]>2026-01-22 13:13:33 -0500
commit6c3cf4ff32110908386d605a7034fc67666a92de (patch)
tree8a68a05a33d7b22187c2207588f9f9ac46dc8aec /src/abstract_hardware_model.h
parentb18ee3977962921c49fabe06d26ae19694497c26 (diff)
Partial Revert "Fix correlation on A100 CUTLASS GEMM Kernels (#127)" (#133)
* Partial Revert "Fix correlation on A100 CUTLASS GEMM Kernels (#127)" This reverts commit 987a23f84f8705c0566a47aeda2132fa33a82618. Only reverting the kernel issue part - issue_block2core. Co-Authored-By: Claude Opus 4.5 <[email protected]> * Modernize latency array declarations with C++17 style - Replace C-style arrays with std::array for type safety - Add zero-initialization using {} for arrays - Add explicit zero-initialization for scalar latency variables - Add #include <array> header Co-Authored-By: Claude Opus 4.5 <[email protected]> * format code --------- Co-authored-by: Claude Opus 4.5 <[email protected]>
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index b2a360d..06c3082 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -369,7 +369,6 @@ class kernel_info_t {
// Jin: kernel timing
public:
- unsigned allocated_ctas;
unsigned long long launch_cycle;
unsigned long long start_cycle;
unsigned long long end_cycle;