Compatible with CUDA 13
This commit is contained in:
@@ -27,9 +27,8 @@ public:
|
||||
|
||||
std::string get_arch() {
|
||||
const auto& [major, minor] = get_arch_pair();
|
||||
if (major == 10 && minor != 1) {
|
||||
if (major == 10 and minor != 1)
|
||||
return "100f";
|
||||
}
|
||||
return std::to_string(major * 10 + minor) + "a";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user