Skip to content

Enableing page migration on MI50 #5

Answered by seanofthemillers
IMbackK asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @IMbackK, I looked into this a bit and it looks like XNACK is only a runtime option on MI200 series GPUs. I tested this by running on an MI50, MI100, and MI200 systems and they seem to agree:

  • MI50
$ HSA_XNACK=0 rocminfo | grep xnack
      Name:                    amdgcn-amd-amdhsa--gfx906:sramecc+:xnack-
$ HSA_XNACK=1 rocminfo | grep xnack
      Name:                    amdgcn-amd-amdhsa--gfx906:sramecc+:xnack-
  • MI100:
$ HSA_XNACK=0 rocminfo | grep xnack
      Name:                    amdgcn-amd-amdhsa--gfx908:sramecc+:xnack-
$ HSA_XNACK=1 rocminfo | grep xnack
      Name:                    amdgcn-amd-amdhsa--gfx908:sramecc+:xnack-
  • MI210:
HSA_XNACK=0 rocminfo | grep xnack
      N…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@IMbackK
Comment options

@seanofthemillers
Comment options

Answer selected by IMbackK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants