Enable GEMM/dot for FP8 using hipblasLT #21402
Annotations
1 error and 6 warnings
Clang Tidy
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Save cache files for tidy
Cache save failed.
|
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#L134
'MIGRAPHX_ENABLE_HIPBLASLT_GEMM' is not defined, evaluates to 0 [clang-diagnostic-undef,-warnings-as-errors]
|
Loading