Skip to content

Commit 8cd0e02

Browse files
committed
Add docs
1 parent 0c6a991 commit 8cd0e02

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/installation.rst

+9
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,15 @@ the path to the source directory.
350350
USE_OBJECT_TARGET ON/OFF(default). Use CMake object library targets to workaround linker not being able to handle hybrid
351351
binary archives which contain both host and device codes.
352352

353+
- Expert performance fine tuning options
354+
355+
::
356+
357+
QMC_OFFLOAD_MEM_ASSOCIATED ON/OFF. ON by default only when using both OpenMP offload and HIP
358+
programming models and the host compiler is Clang based.
359+
QMC_DISABLE_HIP_HOST_REGISTER ON/OFF(default). If ON, make all the use of hipHostRegister/Unregister
360+
as no-op, namely disabling all the use of pinned memory.
361+
353362
- BLAS/LAPACK related
354363

355364
::

0 commit comments

Comments
 (0)