improve documentation for Rocm (hip amd builds) (#20812)
* improve documentation
This commit is contained in:
parent
b423db6ddb
commit
74b2c85b41
@ -30,6 +30,8 @@
|
|||||||
# environment: {}
|
# environment: {}
|
||||||
# extra_rpaths: []
|
# extra_rpaths: []
|
||||||
#
|
#
|
||||||
|
# It is advisable to replace /rocm/ in the paths above with /rocm-version/
|
||||||
|
# and introduce spec version numbers to ensure reproducible results.
|
||||||
#
|
#
|
||||||
# 2. hip and its dependencies are currently NOT picked up by spack
|
# 2. hip and its dependencies are currently NOT picked up by spack
|
||||||
# automatically, and should therefore be added to packages.yaml by hand:
|
# automatically, and should therefore be added to packages.yaml by hand:
|
||||||
@ -37,7 +39,7 @@
|
|||||||
# in packages.yaml:
|
# in packages.yaml:
|
||||||
# hip:
|
# hip:
|
||||||
# externals:
|
# externals:
|
||||||
# - spec: hip@3.8.20371-d1886b0b
|
# - spec: hip
|
||||||
# prefix: /opt/rocm/hip
|
# prefix: /opt/rocm/hip
|
||||||
# extra_attributes:
|
# extra_attributes:
|
||||||
# compilers:
|
# compilers:
|
||||||
@ -64,6 +66,9 @@
|
|||||||
# cxx: /opt/rocm/llvm/bin/clang++
|
# cxx: /opt/rocm/llvm/bin/clang++
|
||||||
# buildable: false
|
# buildable: false
|
||||||
#
|
#
|
||||||
|
# It is advisable to replace /rocm/ in the paths above with /rocm-version/
|
||||||
|
# and introduce spec version numbers to ensure reproducible results.
|
||||||
|
#
|
||||||
# 3. In part 2, DO NOT list the path to hsa as /opt/rocm/hsa ! You want spack
|
# 3. In part 2, DO NOT list the path to hsa as /opt/rocm/hsa ! You want spack
|
||||||
# to find hsa in /opt/rocm/include/hsa/hsa.h . The directory of
|
# to find hsa in /opt/rocm/include/hsa/hsa.h . The directory of
|
||||||
# /opt/rocm/hsa also has an hsa.h file, but it won't be found because spack
|
# /opt/rocm/hsa also has an hsa.h file, but it won't be found because spack
|
||||||
|
Loading…
Reference in New Issue
Block a user