We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be2661 commit 0c247e1Copy full SHA for 0c247e1
third_party/nvidia/hopper/lib/Transforms/WarpSpecialization/CodePartitionUtility.h
@@ -28,6 +28,7 @@ struct Channel {
28
bool operator==(const Channel &c) {
29
return relation == c.relation && operandIdx == c.operandIdx && op == c.op;
30
}
31
+ virtual ~Channel() = default;
32
33
Operation *getDstOp() { return op; }
34
unsigned getDstOperandIdx() { return operandIdx; }
0 commit comments