Skip to content

Commit e741429

Browse files
committed
--Rebased the PR to solve merge conflicts.
1 parent d0620ca commit e741429

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,13 +598,10 @@ defm Subgroup2DBlockTransposeINTEL : CapabilityOperand<6230, 0, 0, [SPV_INTEL_2d
598598
defm Int4TypeINTEL : CapabilityOperand<5112, 0, 0, [SPV_INTEL_int4], []>;
599599
defm Int4CooperativeMatrixINTEL : CapabilityOperand<5114, 0, 0, [SPV_INTEL_int4], [Int4TypeINTEL, CooperativeMatrixKHR]>;
600600
defm TensorFloat32RoundingINTEL : CapabilityOperand<6425, 0, 0, [SPV_INTEL_tensor_float32_conversion], []>;
601-
<<<<<<< HEAD
602601
defm BFloat16TypeKHR : CapabilityOperand<5116, 0, 0, [SPV_KHR_bfloat16], []>;
603602
defm BFloat16DotProductKHR : CapabilityOperand<5117, 0, 0, [SPV_KHR_bfloat16], [BFloat16TypeKHR]>;
604603
defm BFloat16CooperativeMatrixKHR : CapabilityOperand<5118, 0, 0, [SPV_KHR_bfloat16], [BFloat16TypeKHR, CooperativeMatrixKHR]>;
605-
=======
606604
defm ArbitraryPrecisionFixedPointINTEL : CapabilityOperand<5922, 0, 0, [SPV_INTEL_arbitrary_precision_fixed_point], []>;
607-
>>>>>>> 3bfee8723b1d (--Updated the test file)
608605

609606
//===----------------------------------------------------------------------===//
610607
// Multiclass used to define SourceLanguage enum values and at the same time

0 commit comments

Comments
 (0)