[Feature][OP] Append Attn Support CUDA-PDL (#5072)

This commit is contained in:
chen
2025-11-17 20:47:33 +08:00
committed by GitHub
parent c2c1942db9
commit d58c1db8a0
12 changed files with 2828 additions and 2068 deletions
+1
View File
@@ -159,6 +159,7 @@ environment_variables: dict[str, Callable[[], Any]] = {
"FD_OFFLINE_PERF_TEST_FOR_PD": lambda: int(os.getenv("FD_OFFLINE_PERF_TEST_FOR_PD", "0")),
"FD_ENABLE_E2W_TENSOR_CONVERT": lambda: int(os.getenv("FD_ENABLE_E2W_TENSOR_CONVERT", "0")),
"FD_ENGINE_TASK_QUEUE_WITH_SHM": lambda: int(os.getenv("FD_ENGINE_TASK_QUEUE_WITH_SHM", "0")),
"FD_ENABLE_PDL": lambda: int(os.getenv("FD_ENABLE_PDL", "1")),
}