Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
0e012114
Unverified
Commit
0e012114
authored
Oct 31, 2025
by
PanZezhong1725
Committed by
GitHub
Oct 31, 2025
Browse files
Merge pull request #531 from InfiniTensor/issue/517
Issue/517 InfiniCore 添加 nn::module c++接口 &&线性层实现
parents
943b38ea
777b3233
Changes
21
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
xmake/test.lua
xmake/test.lua
+1
-0
No files found.
xmake/test.lua
View file @
0e012114
...
...
@@ -86,6 +86,7 @@ target("infinicore-test")
add_files
(
os
.
projectdir
()
..
"/src/infinicore/context/*/*.cc"
)
add_files
(
os
.
projectdir
()
..
"/src/infinicore/tensor/*.cc"
)
add_files
(
os
.
projectdir
()
..
"/src/infinicore/ops/*/*.cc"
)
add_files
(
os
.
projectdir
()
..
"/src/infinicore/nn/*.cc"
)
add_files
(
os
.
projectdir
()
..
"/src/infinicore-test/*.cc"
)
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment