AMDMIGraphX icon indicating copy to clipboard operation
AMDMIGraphX copied to clipboard

FP8 gemm_add verify test is failing on MI300X

Open umangyadav opened this issue 1 year ago • 0 comments

root@a1aacf20bfb7:~/repo/AMDMIGraphX/build(develop)# ./bin/test_verify "gemm_addmigraphx::shape::fp8e4m3fnuz_type" [ RUN ] gemm_addmigraphx::shape::fp8e4m3fnuz_type

module: "main" @0 = check_context::migraphx::gpu::context -> float_type, {}, {} output = @param:output -> fp8e4m3fnuz_type, {1, 2, 320}, {640, 320, 1} 3 = @param:3 -> fp8e4m3fnuz_type, {1, 2, 320}, {640, 320, 1} 2 = @param:2 -> fp8e4m3fnuz_type, {1, 1280, 320}, {409600, 320, 1} 1 = @param:1 -> fp8e4m3fnuz_type, {1, 2, 1280}, {2560, 1280, 1} @5 = gpu::gemmalpha=1,beta=1,compute_fp32=1,trans_batch=0,solution_idx=0 -> fp8e4m3fnuz_type, {1, 2, 320}, {640, 320, 1}

FAILED: gemm_addmigraphx::shape::fp8e4m3fnuz_type what(): ../../../../src/targets/gpu/gemm_impl.cpp:128: operator(): rocblas_invoke: rocBLAS call failed with status 2

Aborted (core dumped)

umangyadav avatar Jun 05 '24 12:06 umangyadav