Environment VariablesΒΆ
The following environment variables can be used to customize behavior:
WARP_IPC_LOG_LEVELControls the logging level. Default:INFO(1) Options:DEBUG(0),INFO(1),IMPORTANT_INFO(2),WARN(3),VITAL_INFO(4),ERROR(5),NONE(999)WARP_IPC_DEBUGEnables additional internal assertions and debug checks. Default:0(disabled) Set to1to enable.TACCEL_PTX_DIROverrides the default kernel cache directory used by Warp. Default:"./ptx/ptx_86"Used to store precompiled PTX files.TACCEL_PTX_ARCHSets the target CUDA PTX architecture. Default:86Must be an integer (e.g.,86for SM_86 architecture). Invalid values will raise a ValueError.