"...composable_kernel_rocm.git" did not exist on "19490ac4f71735495bcdd080a2531d679c3573e9"
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
enum struct ArchitectureEnum
{
None,
All,
Gfx908,
Gfx90a,
Gfx940,
Gfx1030,
All
Gfx1030
};
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