cruise-automation / mlir-tcp

Tensor Compute Primitives: Mid-level Intermediate Representation for Machine Learning Programs
Other
35 stars 7 forks source link

Remove index array type #71

Closed mabubakarpurdue closed 4 months ago

mabubakarpurdue commented 4 months ago

Remove index array type since it is not being used

sjain-stanford commented 4 months ago

Please also remove the following unused code from TcpBase.td:

//===----------------------------------------------------------------------===//
// Tcp Types Base
//===----------------------------------------------------------------------===//

class Tcp_Type<string name, string typeMnemonic> : TypeDef<Tcp_Dialect, name> {
    let mnemonic = typeMnemonic;
}