summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorJRPan <[email protected]>2025-09-03 16:01:54 -0400
committerGitHub <[email protected]>2025-09-03 13:01:54 -0700
commit987a23f84f8705c0566a47aeda2132fa33a82618 (patch)
tree67cc731de018ab6573a1dd1926cc005b3e5980db /src/abstract_hardware_model.h
parent21b18be3832b80b00d4890f041818bac431866e7 (diff)
Fix correlation on A100 CUTLASS GEMM Kernels (#127)
* 1. Add a queue to promote fairness CTA scheduling 2. Add a Perfect xbar interconnect option * remove merge queue * Should not change this * rename pending cta to allocated_ctas * run formatter
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 06c3082..b2a360d 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -369,6 +369,7 @@ 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;