[Mlir-commits] [mlir] [AMDGPU] Implement amdgpu.dot op (PR #193371)

Krzysztof Drewniak llvmlistbot at llvm.org
Tue Apr 21 23:58:39 PDT 2026


================
@@ -58,5 +58,89 @@ TEST(ChipsetTest, Comparison) {
   EXPECT_FALSE(Chipset(9, 0, 0xa) >= Chipset(9, 4, 2));
 }
 
+TEST(ChipsetTest, HasDot1Insts) {
----------------
krzysz00 wrote:

Not sure we need these

https://github.com/llvm/llvm-project/pull/193371


More information about the Mlir-commits mailing list