Skip to content

Commit 0deb47a

Browse files
author
peng.li24
committed
heapmem-cuda:rename
1 parent 32153db commit 0deb47a

12 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/executor-memcuda.yml renamed to .github/workflows/executor-heapmemcuda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: op/cuda-linux Build
22
on:
33
push:
44
paths:
5-
- 'executor/mem-cuda/**'
5+
- 'executor/heapmem-cuda/**'
66
pull_request:
77
paths:
8-
- 'executor/mem-cuda/**'
8+
- 'executor/heapmem-cuda/**'
99
env:
1010
CUDA_VERSION: "12.9.1"
1111
CUDA_MAJOR_VERSION: "12"
@@ -69,7 +69,7 @@ jobs:
6969
7070
# 构建 CUDA 执行器
7171
apt install -y libhiredis-dev && \
72-
cd ../../mem-cuda && \
72+
cd ../../heapmem-cuda && \
7373
mkdir -p build && cd build && \
7474
cmake -DCMAKE_BUILD_TYPE=Release \
7575
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)