-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add accel_id
parameter to simulation_streaming_kernel_start()
function
#282
Conversation
b54670c
to
a6c4dfc
Compare
@pcolberg this is ready for review now. Thanks! |
done_cra_writes
function to the HAL
done_cra_writes
function to the HALsimulation_streaming_interface_done_cra_writes
function to the HAL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @IlanTruanovsky, looks good. Passing on to @zibaiwan for final review.
I have changed the implementation to only modify the I'll rebase once internal testing has passed. In the meantime, can @pcolberg take another look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Ilan and Peter. The change looks good to me. We can merge once the integration testing passed. Ilan please provide a descriptive commit message briefly explaining why the mmd API changed and what's the accel_id used for while you are rebasing (basically what you have in the PR description).
simulation_streaming_interface_done_cra_writes
function to the HALaccel_id
parameter to simulation_streaming_kernel_start()
function
d22a7b4
to
7a8eab7
Compare
…ction This commit changes the signature of the `simulation_streaming_kernel_start()` function to allow for the code to pass in an `accel_id` argument. The purpose of this parameter is to tell the simulator which kernel should start. The simulator uses this information to send a start signal to the kernel with id `accel_id`.
7a8eab7
to
5d50227
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thanks Ilan!
This commit changes the signature of the
simulation_streaming_kernel_start()
function to allow for the code to pass in anaccel_id
argument. The purpose of this parameter is to tell the simulator which kernel should start. The simulator uses this information to send a start signal to the kernel with idaccel_id
.