-
Notifications
You must be signed in to change notification settings - Fork 152
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
synaptic bit-slicing #287
Comments
Hi @SaBaKa2020 , Having said this, it is actually very easy to build your own bit slicing layer that sums the outputs of the weight slices in digital: You could just define an new module (e.g. AnalogLinearBitSlicing) that internally has two analog tiles, e.g. |
@maljoras, can a I could not find an example describing such a usage, only this example. |
Opened a pull request in #631 to hopefully help implement this and solve this issue. |
|
Hi,
I was wondering if and how synaptic bit-slicing is supported by the simulator? For example, the needed weight precision is 4 bits but the device only supports 2 bits and hence you need to use 2 devices per synaptic weight. Then, the analog computation (e.g. multiplication) will take into account the fact that the two devices combined represent a single weight (might be partially handled in the digital periphery?).
The text was updated successfully, but these errors were encountered: