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