warp.config.lineinfo#

warp.config.lineinfo: bool = False#

Enable the compilation of modules with line information.

Modules compiled for GPU execution will be compiled with the --generate-line-info compiler option, which generates line-number information for device code. Line-number information is always included when compiling a module in "debug" mode regardless of this setting.

This setting can be overridden at the module level by setting the "lineinfo" module option.