Commit 01b2f8ab authored by YdrMaster's avatar YdrMaster
Browse files

issue/87/test: 修改 CI


Signed-off-by: default avatarYdrMaster <ydrml@hotmail.com>
parent 63d9c4a1
......@@ -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
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