Skip to content

Commit 2071666

Browse files
committed
delete unused declaration
1 parent 0a69dc1 commit 2071666

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/module_hamilt_lcao/module_gint/kernels/cuda/cuda_tools.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ inline T* Cuda_Mem_Wrapper<T>::get_host_pointer(const int stream_id)
285285
return this->host_pointer + stream_id * this->one_stream_size_aligned;
286286
}
287287
template class Cuda_Mem_Wrapper<double>;
288-
template class Cuda_Mem_Wrapper<double3>;
289288
template class Cuda_Mem_Wrapper<double*>;
290289
template class Cuda_Mem_Wrapper<int>;
291290
template class Cuda_Mem_Wrapper<bool>;

0 commit comments

Comments
 (0)