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
01b2f8ab
Commit
01b2f8ab
authored
Mar 06, 2025
by
YdrMaster
Browse files
issue/87/test: 修改 CI
Signed-off-by:
YdrMaster
<
ydrml@hotmail.com
>
parent
63d9c4a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
.github/workflows/build.yml
.github/workflows/build.yml
+11
-1
No files found.
.github/workflows/build.yml
View file @
01b2f8ab
...
...
@@ -35,4 +35,14 @@ jobs:
run
:
xmake f -cv
-
name
:
build with xmake
run
:
xmake build && xmake install
run
:
xmake build
-
name
:
install to INFINI_ROOT
if
:
matrix.os != 'windows-latest'
run
:
xmake install
-
name
:
python test
if
:
matrix.os != 'windows-latest'
run
:
|
pip install torch
LD_LIBRARY_PATH=$HOME/.infini/lib python test/infiniop/matmul.py --cpu
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