-
Notifications
You must be signed in to change notification settings - Fork 437
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
Support for Raspberry Pi 2 and 3 #74
base: gh-pages
Are you sure you want to change the base?
Support for Raspberry Pi 2 and 3 #74
Conversation
1. The Mailbox interface is now on /dev/vcio. 2. GPU-side memory address must be masked before mapping on /dev/mem on Raspberry Pi 2 and 3.
Along with this, please update |
Hey, why was this not merged still? just got stuck? |
He now works for Google and seems very busy. In addition, there are much faster sgemm implementations which run on Raspberry Pi QPU such as py-videocore, so little motivation to manage this repo IMHO :-) |
QPU = GPU? |
Yes, QPU (quad processing unit) is a GPU implemented on Raspberry Pi. We, Idein Inc., offer a fast deep learning (inference) library/software. If you're interested, feel free to contact us: https://idein.jp/ Our YouTube channel: https://www.youtube.com/channel/UCp0a6npOi89ksgks3ej7FPw |
@Terminus-IMRC thans for the offer, but I am currently looking for a solution that is open source. I am trying to build something people can replicate instantly around the world, a library that requires contact would slow that. |
I see. In addition to py-videocore, QMKL is a good open-source example if you want to make something faster by using QPU. |
Hi. This pull request is for supporting Raspberry Pi 2 and 3. Here are the changes:
/dev/vcio
./dev/mem
on Raspberry Pi 2 and 3. ThisBUS_TO_PHYS
macro was first seen in raspberrypi/userland@3b81b91 .Please merge these changes to your repo. Thanks.