diff --git a/csrc/ops.hip b/csrc/ops.hip index eef616d48..91b17cdd8 100644 --- a/csrc/ops.hip +++ b/csrc/ops.hip @@ -476,13 +476,51 @@ template int igemmlt( hipblasLtPointerMode_t pointerMode = HIPBLASLT_POINTER_MODE_ALPHA_DEVICE_VECTOR_BETA_HOST; has_error |= checkHipblasStatus(hipblasLtMatrixLayoutCreate(&aDesc, HIP_R_8I, m, k, lda)); + if(has_error != 0) + { + std::cout<<"failed to run hipblasLtMatrixLayoutCreate for Adesc:"< int igemmlt( (int32_t*)C, cDesc, &heuristicResult[0].algo, NULL, 0, stream )); + if(has_error != 0) + { + std::cout<<"failed to run hipblasLtMatmul"< int igemmlt( (int8_t*)C, cDesc, NULL, NULL, 0, stream )); + if(has_error != 0) + { + std::cout<<"failed to run hipblasLtMatmul with int8"< int igemmlt( &pointerMode, sizeof(alphaVec) )); + if(has_error != 0) + { + std::cout<<"failed to run hipblasLtMatmulDescSetAttribute HIPBLASLT_MATMUL_DESC_POINTER_MODE for int8"< int igemmlt( (int8_t*)C, cDesc, NULL, NULL, 0, stream )); + if(has_error != 0) + { + std::cout<<"failed to run hipblasLtMatmul with int8"<