Skip to content

Commit 04b2d5b

Browse files
committed
remove legacy code
1 parent 1b6d9d7 commit 04b2d5b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

source/source_lcao/module_gint/temp_gint/kernel/gint_gpu_vars.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ GintGpuVars::GintGpuVars(std::shared_ptr<const BigGridInfo> biggrid_info,
101101

102102
checkCuda(cudaMalloc((void**)&iat2it_d, sizeof(int) * ucell.nat));
103103
checkCuda(cudaMemcpy(iat2it_d, ucell.iat2it, sizeof(int) * ucell.nat, cudaMemcpyHostToDevice));
104-
105-
gemm_algo_selector(mgrid_num, fastest_matrix_mul, ucell);
106104
}
107105

108106
GintGpuVars::~GintGpuVars()

source/source_lcao/module_gint/temp_gint/kernel/gint_gpu_vars.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include "source_cell/atom_spec.h"
88
#include "source_lcao/module_gint/temp_gint/biggrid_info.h"
99
#include "gint_helper.cuh"
10-
#include "source_lcao/module_gint/kernels/cuda/gemm_selector.cuh"
1110

1211
namespace ModuleGint
1312
{
@@ -39,7 +38,6 @@ class GintGpuVars
3938

4039
// the index of gpu device
4140
int dev_id_ = 0;
42-
matrix_multiple_func_type fastest_matrix_mul;
4341

4442
};
4543

0 commit comments

Comments
 (0)