Tensile icon indicating copy to clipboard operation
Tensile copied to clipboard

Use hipMemcpyAsync for validation

Open nakajee opened this issue 11 months ago • 3 comments

  • replace hipMemcpy with hipMemcpyAsync + hipStreamSynchronize in ReferenceValidator

nakajee avatar Feb 27 '24 21:02 nakajee

This is a trial fix for random mismatch with device result 0. I will run CI test multiple times with this change.

nakajee avatar Feb 27 '24 21:02 nakajee

I will fix the build error...

nakajee avatar Feb 27 '24 21:02 nakajee

Reference rocblas commit for hipMemcpyAsync: https://github.com/ROCm/rocBLAS/commit/c070df9bdc31cce30e0d4d732ad8a60f3b2ee332

nakajee avatar Feb 27 '24 23:02 nakajee

I ran precheckin test 11 times and extended test 7 times. I did not see mismatch issue with device result=0 so far. I will merge this change.

nakajee avatar Mar 04 '24 16:03 nakajee