-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A specialized Winograd Conv2d op #971
base: master
Are you sure you want to change the base?
Commits on Sep 26, 2024
-
bssrdf committed
Sep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 5b4e448 - Browse repository at this point
Copy the full SHA 5b4e448View commit details
Commits on Sep 27, 2024
-
added more checking for precondition to use winograd; switch to im2co…
… if not satisfied
bssrdf committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 68c251b - Browse repository at this point
Copy the full SHA 68c251bView commit details -
added source code for winograd kernel
bssrdf committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 2ccc67d - Browse repository at this point
Copy the full SHA 2ccc67dView commit details -
bssrdf committed
Sep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 02a3cb1 - Browse repository at this point
Copy the full SHA 02a3cb1View commit details -
test now passed; for some reason, ggml_conv_2d didn't output correct …
…results
bssrdf committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 3d80466 - Browse repository at this point
Copy the full SHA 3d80466View commit details -
bssrdf committed
Sep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 893ca79 - Browse repository at this point
Copy the full SHA 893ca79View commit details
Commits on Sep 28, 2024
-
added a FP16 FX kernel to deal with fp16 filter data; no need to use …
…FP32 buffer
bssrdf committedSep 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 6afbf6e - Browse repository at this point
Copy the full SHA 6afbf6eView commit details
Commits on Sep 29, 2024
-
bssrdf committed
Sep 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 0491858 - Browse repository at this point
Copy the full SHA 0491858View commit details -
bssrdf committed
Sep 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 93c3da7 - Browse repository at this point
Copy the full SHA 93c3da7View commit details -
bssrdf committed
Sep 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 4e8e0d4 - Browse repository at this point
Copy the full SHA 4e8e0d4View commit details -
change mask to unsigned int; add __restric__ to various pointers
bssrdf committedSep 29, 2024 Configuration menu - View commit details
-
Copy full SHA for e0e94c4 - Browse repository at this point
Copy the full SHA e0e94c4View commit details -
bssrdf committed
Sep 29, 2024 Configuration menu - View commit details
-
Copy full SHA for c8700ca - Browse repository at this point
Copy the full SHA c8700caView commit details
Commits on Oct 1, 2024
-
skip if already computed in a preprocess step
bssrdf committedOct 1, 2024 Configuration menu - View commit details
-
Copy full SHA for c5d43a2 - Browse repository at this point
Copy the full SHA c5d43a2View commit details -
added winograd conv2d to backend op tests
bssrdf committedOct 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 00ad37e - Browse repository at this point
Copy the full SHA 00ad37eView commit details
Commits on Oct 2, 2024
-
add conv2d as a test case in test-backend-op
bssrdf committedOct 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 4f93d67 - Browse repository at this point
Copy the full SHA 4f93d67View commit details