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

Native feature parity items #31

Open
subversive-owl opened this issue Jan 15, 2018 · 6 comments
Open

Native feature parity items #31

subversive-owl opened this issue Jan 15, 2018 · 6 comments
Assignees
Labels
bug Something doesn't quite look right enhancement

Comments

@subversive-owl
Copy link
Contributor

I'm curious what the current list of items needed to catch native up to the current feature set is, across all the repositories. (My ulterior motive here is not having CUDA-compatible hardware right now.)

This would help provide a reference implementation on vanilla machines that can be used to check against the OpenCL or CUDA implementations in case hardware or framework bugs show up there.

@drahnr
Copy link
Member

drahnr commented Jan 16, 2018

I think there is only one thing that really lacks native impl - backpropagation for convolution for native for arbitrary dimensions, although one could split up those dimensions to simplify / split the task

@subversive-owl
Copy link
Contributor Author

ok, thanks! i'll take a stab at it and see if i can get the existing juice-examples running natively.

@drahnr drahnr added bug Something doesn't quite look right enhancement labels Jan 21, 2018
@drahnr
Copy link
Member

drahnr commented Jan 21, 2018

Any progress, anything I can help with?

@subversive-owl
Copy link
Contributor Author

Testing right now

it's very slow on my machine, but mnist is running!

@drahnr
Copy link
Member

drahnr commented Mar 1, 2018

Slow execution speeds were expected, but yay to actually having working code 👍

@subversive-owl
Copy link
Contributor Author

subversive-owl commented Mar 2, 2018

WIP calls at: fff-rs/juice-examples#19

Ticket for coaster-nn: fff-rs/coaster-nn#8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something doesn't quite look right enhancement
Projects
None yet
Development

No branches or pull requests

3 participants