-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create a CPU Proxy Component #5
Comments
This is getting a little ahead of ourselves. This is actually Milestone M15 which is scheduled for Y2Q1 in the proposal. |
@faustus123 Please read the below and share what you think If you do not need meaningful output, let's approximate it with matrix multiplication. If this matrix multiplication is too fast, we can add some loops, like Ax=y, A_{inverse}y=x, ..., Ax=y to obtain the desired speed. We can compute A_inverse ahead to save the time. If you want this proxy running on
If the benchmarking result agree with our expectation, we can use the 1. input/output fraction 2. inner loop to construct our proxy. |
Interesting idea. We could pass some parms to the emulator so that a 10MB input event (e.g., EIC) approaches the 2GB mem process limit without exceeding it and another to scale the computational effort and another to control sleeping for latency or incurring it. How about a last one for the number of thread or cores? |
Create an ERSAP actor in C++ that simulates a CPU component.
The actor should be configurable such that it can:
The text was updated successfully, but these errors were encountered: