tilus.target.set_current_target¶ tilus.target.set_current_target(target)[source]¶ Set the current compilation target. The current target is used to compile kernels when compiling new kernels. Parameters: target (Target) – The target to be set. Return type: None