【Hackathon 9th No.28】add test_cutlass_fp8_fp8_fp8_dual_gemm_fused #3935
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
增加单测 cutlass_fp8_fp8_fp8_dual_gemm_fused
sm90+,其余做了skip处理setup_ops.py阐明了只有cc>=89的时候才会执行auto_gen_fp8_fp8_gemm_fused_kernels_sm90和auto_gen_fp8_fp8_gemm_fused_kernelspython -m pip install fastdeploy-gpu -i https://www.paddlepaddle.org.cn/packages/stable/fastdeploy-gpu-86_89/ --extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple添加bias仍然会报错terminate called after throwing an instance of 'std::runtime_error' what(): fp8 dual gemm_fused config is invalid. Aborted (core dumped)bias之后虽然不报错,但是结果也不正确,说明python -m pip install安装还是以sm90去安装的,fastdeploy-gpu-86_89存在问题