Skip to content

Commit

Permalink
Merge pull request #464 from Rombur/xnack
Browse files Browse the repository at this point in the history
Document behavior of page migration when using HIP
  • Loading branch information
dalg24 authored Oct 25, 2023
2 parents 0f618ae + 29113d8 commit fb729e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/known-issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Known issues
HIP
===

- When using `HIPManagedSpace`, the memory migrates between the CPU and the GPU if:
- the hardware supports it
- the kernel was compiled to support page migration
- the environment variable `HSA_XNACK` is set to 1

See `here <https://docs.olcf.ornl.gov/systems/frontier_user_guide.html#enabling-gpu-page-migration>`_ for more explanation.

- Compatibility issue between HIP and gcc 8. You may encounter the following error:

.. code-block::
Expand Down

0 comments on commit fb729e3

Please sign in to comment.