Skip to content

Conversation

liujinguang0125
Copy link
Collaborator

No description provided.

#include "framework/state_dict/state_dict.h"

namespace xllm {
namespace layer {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议这里可能不用加layer这个namespace了,感觉有点多余了

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The namespace layer cannot be deleted yet to prevent naming conflicts among some LayerImpl classes in the model class. Subsequent refactoring will remove the LayerImpl classes from the model and eliminate the namespace layer altogether.

@@ -0,0 +1,24 @@
#pragma once

// #ifdef WITH_ASCEND
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: delete these comments about WITH_ASCEND :(

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already removed

@XuZhang99 XuZhang99 changed the title feat: refactor layer module to support multiple platforms. [WIP] feat: refactor layer module to support multiple platforms. Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants