-
Notifications
You must be signed in to change notification settings - Fork 144
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
Fix csp_port shape hack #51
Comments
+1 We are running into similar issues. |
We could transmit header information via the token queue or flatten the arrays? |
What are the requirements for Loihi with respect to channels? |
For Loihi the Channel implementation will be different. We won't use PyPyChannels in this case but the lower level "Andrew"-CSP package as you know in which everything just gets serialized into flat bytes. We could have a separate CSP channel increasing the number to 3 different things we have to transact information over. We might just use the Queue for that, which we already use to transact the synchronization tokes. We should probably pull Harry into this discussion because we have to keep performance in mind. |
Unless I've missed something in the past couple months, I believe this is still not fixed, is that right @ysingh7 @joyeshmishra? Can we make time to fix this? EDIT: Oops, this comment belongs on the set_var as vector issue. Do you know the status of this issue? |
Currently a csp_port has a fixed shape to send data. Sometimes though, a "header" is additional needed, which is likely to have a different shape as the data.
Example:
Originally posted by @awintel in #46 (comment)
The text was updated successfully, but these errors were encountered: