Commit 572946f5 authored by zhanghj2's avatar zhanghj2
Browse files

适配dcu卡架构

parent 8b0ec03c
...@@ -32,7 +32,8 @@ struct Arch { ...@@ -32,7 +32,8 @@ struct Arch {
} }
bool is_sm90a() const { bool is_sm90a() const {
return major == 9 && minor == 0; return major == 9 && minor == 3;
// return major == 9 && minor == 0;
} }
bool is_sm100f() const { bool is_sm100f() const {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment