[all-commits] [llvm/llvm-project] 4ccc38: [AMDGPU][CostModel] Add f16, f64 and contract case...
Daniil Fukalov via All-commits
all-commits at lists.llvm.org
Thu Aug 6 11:43:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4ccc38813eb76c7984f2700df527c643abeb9a58
https://github.com/llvm/llvm-project/commit/4ccc38813eb76c7984f2700df527c643abeb9a58
Author: dfukalov <daniil.fukalov at amd.com>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
M llvm/test/Analysis/CostModel/AMDGPU/fused_costs.ll
Log Message:
-----------
[AMDGPU][CostModel] Add f16, f64 and contract cases to fused costs estimation.
Add cases of fused fmul+fadd/fsub with f16 and f64 operands to cost model.
Also added operations with contract attribute.
Fixed line endings in test.
Reviewed By: rampitec
Differential Revision: https://reviews.llvm.org/D84995
More information about the All-commits
mailing list