Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
[AMDGPU] Fixed comment. NFC.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365871 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rampitec committed Jul 12, 2019
1 parent 9c924b4 commit 2209d16
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/llvm/IR/IntrinsicsAMDGPU.td
Expand Up @@ -1640,7 +1640,7 @@ def int_amdgcn_udot8 :
>;

//===----------------------------------------------------------------------===//
// MI-100 intrinsics
// gfx908 intrinsics
// ===----------------------------------------------------------------------===//

class AMDGPUBufferAtomicNoRtn : Intrinsic <
Expand All @@ -1662,9 +1662,6 @@ class AMDGPUGlobalAtomicNoRtn : Intrinsic <
def int_amdgcn_buffer_atomic_fadd : AMDGPUBufferAtomicNoRtn;
def int_amdgcn_global_atomic_fadd : AMDGPUGlobalAtomicNoRtn;

//===----------------------------------------------------------------------===//
// MI-100 intrinsics
// ===----------------------------------------------------------------------===//
// llvm.amdgcn.mfma.f32.* vdst, srcA, srcB, srcC, cbsz, abid, blgp
def int_amdgcn_mfma_f32_32x32x1f32 : Intrinsic<[llvm_v32i32_ty],
[llvm_float_ty, llvm_float_ty, llvm_v32i32_ty,
Expand Down

0 comments on commit 2209d16

Please sign in to comment.