You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user_guide/config.rst
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,13 @@ The list of available configuration flags are listed as follows:
32
32
A flag to activate the native floating point (FP) atomcis support for supported devices. Requires ``llvm-spirv`` supporting the FP atomics extension. Set to ``0`` by default.
33
33
34
34
``DEBUG``:
35
-
A flag to emit the debug info, inherited from `numba.core.config.DEBUG<https://github.com/numba/numba/blob/main/numba/core/config.py#L202>`__.
35
+
A flag to emit the debug info, inherited from |numba.core.config.DEBUG|_.
36
36
37
37
``DEBUGINFO_DEFAULT``:
38
-
The default value for the `debug` flag. Inherited from `numba.core.config.DEBUGINFO_DEFAULT<https://github.com/numba/numba/blob/main/numba/core/config.py#L488>`__
38
+
The default value for the `debug` flag. Inherited from |numba.core.config.DEBUGINFO_DEFAULT|_.
39
39
40
40
``DUMP_KERNEL_LLVM``:
41
-
A flag to emit LLVM assembly language format (``.ll``). Inherited from `numba.core.config.DUMP_OPTIMIZED<https://github.com/numba/numba/blob/main/numba/core/config.py#L301>`__
41
+
A flag to emit LLVM assembly language format (``.ll``). Inherited from |numba.core.config.DUMP_OPTIMIZED|_.
42
42
43
43
``ENABLE_CACHE``:
44
44
A flag to enable caching, set ``NUMBA_DPEX_ENABLE_CACHE=0`` to turn off. Set to ``1`` by default.
@@ -51,3 +51,12 @@ The list of available configuration flags are listed as follows:
51
51
52
52
``STATIC_LOCAL_MEM_PASS``:
53
53
A flag to turn on the ``ConstantSizeStaticLocalMemoryPass`` in the kernel pipeline. The pass is turned off by default.
0 commit comments