Skip to content
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

Big interface overhaul #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

staticfloat
Copy link
Contributor

Eliminate as much runtime checking as possible; create metaprogramming
forwards from frontend to backend in a better (yet still imperfect) manner.

We are reserving the right for the frontend names such as conv() to
decide which backend to use at runtime, but for now, all conv() calls
(but not all pooling calls) are dispatched at compile-time, which is nice.

Eliminate as much runtime checking as possible; create metaprogramming
forwards from frontend to backend in a better (yet still imperfect) manner.

We are reserving the right for the frontend names such as `conv()` to
decide which backend to use at runtime, but for now, all `conv()` calls
(but not all pooling calls) are dispatched at compile-time, which is nice.
@matsueushi
Copy link
Contributor

Are we going to drop support for Julia 1.0-1.2? NNPACK_jll requires >= 1.3.
https://github.com/JuliaBinaryWrappers/NNPACK_jll.jl/blob/c49efc824b69448f272665b07513578c25ee1d8c/src/NNPACK_jll.jl#L3-L19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants