We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1dd33 commit 21d1e9cCopy full SHA for 21d1e9c
source/source_esolver/esolver_ks_pw.cpp
@@ -56,21 +56,6 @@ ESolver_KS_PW<T, Device>::ESolver_KS_PW()
56
this->classname = "ESolver_KS_PW";
57
this->basisname = "PW";
58
this->device = base_device::get_device_type<Device>(this->ctx);
59
-
60
-#if ((defined __CUDA) || (defined __ROCM))
61
- /*if (this->device == base_device::GpuDevice)
62
- {
63
- ModuleBase::createGpuBlasHandle();
64
- hsolver::createGpuSolverHandle();
65
- container::kernels::createGpuBlasHandle();
66
- container::kernels::createGpuSolverHandle();
67
- }*/
68
-#endif
69
70
-#ifdef __DSP
71
- // std::cout << " ** Initializing DSP Hardware..." << std::endl;
72
- // mtfunc::dspInitHandle(GlobalV::MY_RANK);
73
74
}
75
76
template <typename T, typename Device>
0 commit comments