diff options
| author | JRPan <[email protected]> | 2026-01-22 13:13:33 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-22 13:13:33 -0500 |
| commit | 6c3cf4ff32110908386d605a7034fc67666a92de (patch) | |
| tree | 8a68a05a33d7b22187c2207588f9f9ac46dc8aec /src/gpgpu-sim/shader.h | |
| parent | b18ee3977962921c49fabe06d26ae19694497c26 (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/gpgpu-sim/shader.h')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index 6bf020b..5922d24 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -2564,7 +2564,6 @@ class shader_core_ctx : public core_t { // Jin: concurrent kernels on a sm public: - std::deque<kernel_info_t *> pending_ctas; bool can_issue_1block(kernel_info_t &kernel); bool occupy_shader_resource_1block(kernel_info_t &kernel, bool occupy); void release_shader_resource_1block(unsigned hw_ctaid, kernel_info_t &kernel); |
