"vscode:/vscode.git/clone" did not exist on "6f7ead5171aaa576b1dedbcf79edff6952542278"
Commit 5c7dfc7a authored by ltqin's avatar ltqin
Browse files

move all position of ArchitectureEnum

parent f084651e
...@@ -32,11 +32,11 @@ void add_device_operation_instances(std::vector<std::unique_ptr<BaseOp>>& op_ins ...@@ -32,11 +32,11 @@ void add_device_operation_instances(std::vector<std::unique_ptr<BaseOp>>& op_ins
enum struct ArchitectureEnum enum struct ArchitectureEnum
{ {
None, None,
All,
Gfx908, Gfx908,
Gfx90a, Gfx90a,
Gfx940, Gfx940,
Gfx1030, Gfx1030
All
}; };
enum struct ArchFeatureEnum enum struct ArchFeatureEnum
{ {
......
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