We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c6e7f commit ae18586Copy full SHA for ae18586
.github/workflows/build.yml
@@ -1387,3 +1387,21 @@ jobs:
1387
# popd
1388
# emcmake cmake . -DCMAKE_BUILD_TYPE=${{ matrix.build }}
1389
# make
1390
+
1391
+ ascendai-cann-latest-arrch64:
1392
+ runs-on: ascendai/cann
1393
1394
+ steps:
1395
+ - name: Dependencies
1396
+ run: |
1397
+ npu-smi info
1398
+ apt-get update
1399
+ apt-get install cmake make build-essential -y
1400
+ source /root/.bashrc
1401
1402
+ - name: Build
1403
1404
+ mkdir build
1405
+ cd build
1406
+ cmake .. -DCMAKE_BUILD_TYPE=release
1407
+ cmake --build . --config Release -j $(nproc)
0 commit comments