Skip to content

Commit 294eff0

Browse files
committed
a small fix
1 parent 9c778ff commit 294eff0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/source_pw/module_pwdft/kernels/cuda/stress_op.cu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,8 +713,6 @@ __global__ void cal_force_npw(
713713
){
714714
int ia = blockIdx.x;
715715
int tid = threadIdx.x;
716-
const int warp_id = tid / WARP_SIZE;
717-
const int lane_id = tid % WARP_SIZE;
718716
if(tid > npw) return;
719717

720718
FPTYPE pos_x = tau[ia * 3];

0 commit comments

Comments
 (0)