[all-commits] [llvm/llvm-project] 64838b: [AMDGPU] Use GenericTable to classify DGEMM
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Mar 24 13:14:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64838ba3657614f80f8ec78b7967848ca0691411
https://github.com/llvm/llvm-project/commit/64838ba3657614f80f8ec78b7967848ca0691411
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
Log Message:
-----------
[AMDGPU] Use GenericTable to classify DGEMM
Since there is a table introduced for MAI instructions extend it
to use for DGEMM classification.
Differential Revision: https://reviews.llvm.org/D122337
More information about the All-commits
mailing list