File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Change Log
9
9
10
10
*Fixed *
11
11
12
- * Ensure that GPU devices have full unified memory capabilities
12
+ * Ensure that GPU devices have concurrent unified memory capabilities
13
13
(`#2099 <https://github.com/glotzerlab/hoomd-blue/pull/2099 >`__).
14
14
* Fix segfault when attaching nlists with meshes
15
15
(`#2089 <https://github.com/glotzerlab/hoomd-blue/pull/2089 >`__).
Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ void ExecutionConfiguration::scanGPUs()
389
389
#ifdef __HIP_PLATFORM_NVCC__
390
390
int supports_managed_memory = 0 ;
391
391
cudaError_t cuda_error = cudaDeviceGetAttribute (&supports_managed_memory,
392
- cudaDevAttrPageableMemoryAccess ,
392
+ cudaDevAttrConcurrentManagedAccess ,
393
393
dev);
394
394
if (cuda_error != cudaSuccess)
395
395
{
You can’t perform that action at this time.
0 commit comments