Skip to content

Commit

Permalink
[UPD] Axpydot example
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiziano De Matteis committed May 8, 2019
1 parent 220e43d commit 3d88852
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions demo/streamed_axpydot.json
Expand Up @@ -27,23 +27,26 @@
"user_name" : "axpydot_streamed_read_vector_v",
"channel_name" : "channel_v",
"precision" : "single",
"type" : "kernel"
"type" : "kernel",
"width" : 32

},
{
"type" : "read vector",
"user_name" : "axpydot_streamed_read_vector_w",
"channel_name" : "channel_w",
"precision" : "single",
"type" : "kernel"
"type" : "kernel",
"width" : 32

},
{
"type" : "read vector",
"user_name" : "axpydot_streamed_read_vector_u",
"channel_name" : "channel_u",
"precision" : "single",
"type" : "kernel"
"type" : "kernel",
"width" : 32
},
{
"type" : "write scalar",
Expand Down

0 comments on commit 3d88852

Please sign in to comment.