Enable GEMM/dot for FP8 using hipblasLT #21400
Annotations
2 errors and 4 warnings
|
Clang Tidy
The operation was canceled.
|
Clang Tidy:
src/targets/gpu/hip_gemm_impl.cpp#L73
switch has 2 consecutive identical branches [bugprone-branch-clone,-warnings-as-errors]
|
Clang Tidy:
src/targets/gpu/hip_gemm_impl.cpp#L73
use of undeclared identifier 'HIP_R_8F_E4M3' [clang-diagnostic-error]
|
Clang Tidy:
src/targets/gpu/hip_gemm_impl.cpp#L74
use of undeclared identifier 'HIP_R_8F_E5M2' [clang-diagnostic-error]
|
Clang Tidy:
src/targets/gpu/target.cpp#L133
'MIGRAPHX_ENABLE_HIPBLASLT_GEMM' is not defined, evaluates to 0 [clang-diagnostic-undef,-warnings-as-errors]
|
Loading