2
0

SWDEV-574457 - hiptest vm fault (#2497)

Este cometimento está contido em:
Xie, AlexBin
2026-01-09 12:39:12 -05:00
cometido por GitHub
ascendente 788bcdddd0
cometimento 5279150964
@@ -41,6 +41,7 @@ void queueJobsForhipMemset2DAsync(char* A_d, char* A_h, size_t pitch, size_t wid
constexpr int memsetval = 0x22;
HIPCHECK(hipMemset2DAsync(A_d, pitch, memsetval, NUM_W, NUM_H, stream));
HIPCHECK(hipMemcpy2DAsync(A_h, width, A_d, pitch, NUM_W, NUM_H, hipMemcpyDeviceToHost, stream));
HIPCHECK(hipStreamSynchronize(stream));
}