Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Memory allocation of NrnThread with CudaMallocManaged / posix_memalign  #253

@pramodk

Description

@pramodk

We have changed allocation of NrnThread with new. There were two use cases:

  • when we use aligned pragma with intel compilers we needed to have nt to be aligned
  • for unified memory with cuda, we wanted it to be ideally cudaMallocManaged

This would be good to have some way?

@alkino did PR to implement new memory allocator which should be improved to incorporate above use cases.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions