tilus.option.debug.disable_ptxas_opt

tilus.option.debug.disable_ptxas_opt

static debug.disable_ptxas_opt(enabled=True)[source]

Whether to disable the optimization of ptxas. Default is False.

This is useful for debugging the generated PTX code. When this option is enabled, the ptxas will be called with the -O0 flag to disable all optimizations.

Parameters:

enabled (bool) – The flag to enable or disable disabling the optimization of ptxas. Default is True.

Return type:

None