Conversation
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
Claude finished @876pol's task in 2m 18s —— View job Code Review: rv64 cuda sha2
LGTM — This is a clean RV32→RV64 migration for the SHA2 CUDA trace generation code. All changes are consistent with the Rust-side definitions already on the base branch. Changes Summary
Verification
Minor pre-existing observationIn No issues found. |
| inline constexpr size_t SHA2_READ_SIZE = 8; | ||
| inline constexpr size_t SHA2_WRITE_SIZE = 8; |
There was a problem hiding this comment.
hmm we should consolidate these constants at some point so there's a single source of truth. feels like this should just be default_block_size
e24c55e to
ff9047b
Compare
6cfb123 to
f68a3af
Compare
|
Claude finished @shuklaayush's task in 2m 17s —— View job Code Review: rv64 cuda sha2
LGTM — Clean, mechanical RV32→RV64 migration for the SHA2 CUDA trace generation code. All changes are consistent with the Rust-side definitions on the base branch. Changes Summary
Verification
NotesRe: @shuklaayush's comment on consolidating constants — Agreed. Pre-existing observation: In No issues found. |
Resolves INT-7530.