"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "ef18bd985a9334449755f85c8423212f39f391da"
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