@@ -34,48 +34,48 @@ concurrency:
34
34
permissions : read-all
35
35
36
36
jobs :
37
- # macos:
38
- # name: macOS
39
- # runs-on: macos-14
40
- # strategy:
41
- # matrix:
42
- # toolset: [clang, gcc]
43
- # config: [Debug, Release]
44
-
45
- # steps:
46
- # - name: Checkout oneDNN
47
- # uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48
- # with:
49
- # path: oneDNN
50
-
51
- # - name: Install Scons
52
- # uses: threeal/pipx-install-action@b0bf0add7d5aefda03a3d4e47d651df807889e10 # v1.0.0
53
- # with:
54
- # packages: scons
55
-
56
- # - name: Build ACL
57
- # run: ${{ github.workspace }}/oneDNN/.github/automation/build_acl.sh
58
- # env:
59
- # ACL_ROOT_DIR: ${{ github.workspace }}/ComputeLibrary
60
- # BUILD_TOOLSET: ${{ matrix.toolset }}
61
- # ACL_CONFIG: ${{ matrix.config }}
62
- # GCC_VERSION: 14
63
-
64
- # - name: Build oneDNN
65
- # run: ${{ github.workspace }}/oneDNN/.github/automation/build_aarch64.sh
66
- # working-directory: ${{ github.workspace }}/oneDNN
67
- # env:
68
- # ACL_ROOT_DIR: ${{ github.workspace }}/ComputeLibrary
69
- # BUILD_TOOLSET: ${{ matrix.toolset }}
70
- # CMAKE_BUILD_TYPE: ${{ matrix.config }}
71
- # GCC_VERSION: 14
72
-
73
- # - name: Run oneDNN smoke tests
74
- # run: ${{ github.workspace }}/oneDNN/.github/automation/test_aarch64.sh
75
- # working-directory: ${{ github.workspace }}/oneDNN/build
76
- # env:
77
- # CMAKE_BUILD_TYPE: ${{ matrix.config }}
78
- # DYLD_LIBRARY_PATH: ${{ github.workspace }}/ComputeLibrary/build
37
+ macos :
38
+ name : macOS
39
+ runs-on : macos-14
40
+ strategy :
41
+ matrix :
42
+ toolset : [clang, gcc]
43
+ config : [Debug, Release]
44
+
45
+ steps :
46
+ - name : Checkout oneDNN
47
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48
+ with :
49
+ path : oneDNN
50
+
51
+ - name : Install Scons
52
+ uses : threeal/pipx-install-action@b0bf0add7d5aefda03a3d4e47d651df807889e10 # v1.0.0
53
+ with :
54
+ packages : scons
55
+
56
+ - name : Build ACL
57
+ run : ${{ github.workspace }}/oneDNN/.github/automation/build_acl.sh
58
+ env :
59
+ ACL_ROOT_DIR : ${{ github.workspace }}/ComputeLibrary
60
+ BUILD_TOOLSET : ${{ matrix.toolset }}
61
+ ACL_CONFIG : ${{ matrix.config }}
62
+ GCC_VERSION : 14
63
+
64
+ - name : Build oneDNN
65
+ run : ${{ github.workspace }}/oneDNN/.github/automation/build_aarch64.sh
66
+ working-directory : ${{ github.workspace }}/oneDNN
67
+ env :
68
+ ACL_ROOT_DIR : ${{ github.workspace }}/ComputeLibrary
69
+ BUILD_TOOLSET : ${{ matrix.toolset }}
70
+ CMAKE_BUILD_TYPE : ${{ matrix.config }}
71
+ GCC_VERSION : 14
72
+
73
+ - name : Run oneDNN smoke tests
74
+ run : ${{ github.workspace }}/oneDNN/.github/automation/test_aarch64.sh
75
+ working-directory : ${{ github.workspace }}/oneDNN/build
76
+ env :
77
+ CMAKE_BUILD_TYPE : ${{ matrix.config }}
78
+ DYLD_LIBRARY_PATH : ${{ github.workspace }}/ComputeLibrary/build
79
79
80
80
# We only run the linux aarch64 runners if macOS smoke tests pass.
81
81
linux :
0 commit comments