WINT4/WINT8 dense gemm default use Machete (#4451)

This commit is contained in:
Sunny-bot1
2025-10-23 17:57:59 +08:00
committed by GitHub
parent a240425db9
commit 4ffe41a747
12 changed files with 310 additions and 15 deletions

View File

@@ -35,6 +35,8 @@ FD_CACHE_QUEUE_PORT = int(os.getenv("FD_CACHE_QUEUE_PORT", 8333))
# List of ports to clean before and after tests
PORTS_TO_CLEAN = [FD_API_PORT, FD_ENGINE_QUEUE_PORT, FD_METRICS_PORT, FD_CACHE_QUEUE_PORT]
os.environ["FD_USE_MACHETE"] = "0"
def is_port_open(host: str, port: int, timeout=1.0):
"""