git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12132 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -254,7 +254,7 @@ void cuda_check_error(char* comment)
|
||||
printf("ERROR-CUDA %s %s\n", comment, cudaGetErrorString(cudaGetLastError()));
|
||||
}
|
||||
|
||||
int CudaWrapper_CheckMemUseage()
|
||||
int CudaWrapper_CheckMemUsage()
|
||||
{
|
||||
size_t free, total;
|
||||
cudaMemGetInfo(&free, &total);
|
||||
|
||||
Reference in New Issue
Block a user