Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions projects/hipblaslt/tensilelite/Tensile/Contractions.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,6 @@ def predicates(self, includeBatch=False, includeOperation=False, includeType=Fal
predicates.append(ProblemPredicate("SupportDeviceUserArguments", value=self.supportDeviceUserArguments))
predicates.append(ProblemPredicate("SwizzleTensorA", value=self.swizzleTensorA))
predicates.append(ProblemPredicate("SwizzleTensorB", value=self.swizzleTensorB))
predicates.append(ProblemPredicate("MXBlockA", value=self.mxBlockA))
predicates.append(ProblemPredicate("MXBlockB", value=self.mxBlockB))

return predicates

Expand Down
Loading