Skip to content

Commit db41589

Browse files
style(rocBLAS): clang-format 13 d_vector.hpp guard copies
1 parent ed72316 commit db41589

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

projects/rocblas/clients/include/d_vector.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@ class d_vector
209209
// skipping the second guard; EXPECT reports and continues.
210210
alignas(alignof(T)) unsigned char after_bytes[MEM_MAX_GUARD_PAD * sizeof(T)];
211211

212-
hipError_t status
213-
= hipMemcpy(after_bytes, d + m_size, m_guard_len, hipMemcpyDefault);
212+
hipError_t status = hipMemcpy(after_bytes, d + m_size, m_guard_len, hipMemcpyDefault);
214213
EXPECT_EQ(status, hipSuccess)
215214
<< "cannot read the guard after the allocation: " << hipGetErrorName(status);
216215

0 commit comments

Comments
 (0)