From b13e0714635aafdc5599b7ddfcfa0e40f2b2a91f Mon Sep 17 00:00:00 2001 From: chenyu Date: Wed, 3 Sep 2025 21:47:32 -0400 Subject: [PATCH] move test_winograd to unit test (#11993) --- test/{ => unit}/test_winograd.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{ => unit}/test_winograd.py (100%) diff --git a/test/test_winograd.py b/test/unit/test_winograd.py similarity index 100% rename from test/test_winograd.py rename to test/unit/test_winograd.py