We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6a991 commit 8cd0e02Copy full SHA for 8cd0e02
docs/installation.rst
@@ -350,6 +350,15 @@ the path to the source directory.
350
USE_OBJECT_TARGET ON/OFF(default). Use CMake object library targets to workaround linker not being able to handle hybrid
351
binary archives which contain both host and device codes.
352
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
362
- BLAS/LAPACK related
363
364
::
0 commit comments