From 18e89f9616b305f958ba79fe246722e66f9cb68f Mon Sep 17 00:00:00 2001 From: lipeng <734991033@qq.com> Date: Thu, 3 Jul 2025 20:57:33 +0800 Subject: [PATCH] github/action --- .github/workflows/excuter-cppcommon.yml | 7 ++++++- .github/workflows/excuter-cuda-linux.yml | 7 ++++++- .github/workflows/excuter-ompsimd-linux.yml | 8 +++++++- excuter/op-mem-mps/swift.md | 3 +++ 4 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 excuter/op-mem-mps/swift.md diff --git a/.github/workflows/excuter-cppcommon.yml b/.github/workflows/excuter-cppcommon.yml index 7bac0e4d..5eb86933 100644 --- a/.github/workflows/excuter-cppcommon.yml +++ b/.github/workflows/excuter-cppcommon.yml @@ -1,6 +1,11 @@ name: Excuter/cppcommon Build on: [push, pull_request] - + push: + paths: + - 'excuter/cpp-common/**' + pull_request: + paths: + - 'excuter/cpp-common/**' env: HIGHWAY_VERSION: 1.2.0 diff --git a/.github/workflows/excuter-cuda-linux.yml b/.github/workflows/excuter-cuda-linux.yml index 5da2e626..70ce9050 100644 --- a/.github/workflows/excuter-cuda-linux.yml +++ b/.github/workflows/excuter-cuda-linux.yml @@ -1,6 +1,11 @@ name: Excuter/cuda-linux Build on: [push, pull_request] - + push: + paths: + - 'excuter/op-mem-cuda/**' + pull_request: + paths: + - 'excuter/op-mem-cuda/**' env: CUDA_VERSION: "12.6.0" CUDA_MAJOR_VERSION: "12" diff --git a/.github/workflows/excuter-ompsimd-linux.yml b/.github/workflows/excuter-ompsimd-linux.yml index 6be500ba..1376018f 100644 --- a/.github/workflows/excuter-ompsimd-linux.yml +++ b/.github/workflows/excuter-ompsimd-linux.yml @@ -1,6 +1,12 @@ name: Excuter/ompsimd-linux Build on: [push, pull_request] - +on: [push, pull_request] + push: + paths: + - 'excuter/op-mem-ompsimd/**' + pull_request: + paths: + - 'excuter/op-mem-ompsimd/**' env: HIGHWAY_VERSION: 1.2.0 diff --git a/excuter/op-mem-mps/swift.md b/excuter/op-mem-mps/swift.md new file mode 100644 index 00000000..d5f99422 --- /dev/null +++ b/excuter/op-mem-mps/swift.md @@ -0,0 +1,3 @@ +# todo + +支持apple mps芯片 \ No newline at end of file