Skip to content

Commit f5fa864

Browse files
committed
Restore the code used for testing.
1 parent 6136ce7 commit f5fa864

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pr-test-npu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- python/**
5050
- test/**
5151
- scripts/**
52+
- .github/workflows/pr-test-npu.yml
5253
5354
test-all-build:
5455
needs: get-changed-files

csrc/transfer_kv_dim_exchange/op_host/transfer_kv_dim_exchange.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ enum TransferDirection : int64_t {
2323
D2H = 2,
2424
};
2525

26-
// test for all
27-
2826
// @direction: only support 1 or 2, 1 is H2D, 2 is D2H
2927
// @flags: only support 2
3028
HOST_API void transfer_kv_dim_exchange(at::Tensor &device_k, at::Tensor &host_k, at::Tensor &device_v,

0 commit comments

Comments
 (0)