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 5424a9d commit 529062cCopy full SHA for 529062c
llvm/lib/Target/NVPTX/NVPTXSubtarget.h
@@ -95,9 +95,7 @@ class NVPTXSubtarget : public NVPTXGenSubtargetInfo {
95
bool hasDotInstructions() const {
96
return SmVersion >= 61 && PTXVersion >= 50;
97
}
98
- bool hasPTXASUnreachableBug() const {
99
- return SmVersion < 70 && PTXVersion <= 74;
100
- }
+ bool hasPTXASUnreachableBug() const { return PTXVersion <= 83; }
101
bool hasCvtaParam() const { return SmVersion >= 70 && PTXVersion >= 77; }
102
unsigned int getFullSmVersion() const { return FullSmVersion; }
103
unsigned int getSmVersion() const { return getFullSmVersion() / 10; }
0 commit comments