You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As follow up work to #8090 we want to improve concurrency of multi-platform request speculation. Requests configured for different platforms may well have dependencies on different inputs, platform specific compiler binaries for instance. In situation like this the time needed to build the input binaries could vary greatly, say if one was cached while the other needed to be generated. In our current model of speculation all inputs to a rule would have to complete before speculation could begin. We would like to create a new syntax for declaring process requests and their input_files so that request speculation time can include the time needed to generate inputs. This probably relates to being able to push multiple params into the build graph with one Get (#7490)
The text was updated successfully, but these errors were encountered:
As follow up work to #8090 we want to improve concurrency of multi-platform request speculation. Requests configured for different platforms may well have dependencies on different inputs, platform specific compiler binaries for instance. In situation like this the time needed to build the input binaries could vary greatly, say if one was cached while the other needed to be generated. In our current model of speculation all inputs to a rule would have to complete before speculation could begin. We would like to create a new syntax for declaring process requests and their input_files so that request speculation time can include the time needed to generate inputs. This probably relates to being able to push multiple params into the build graph with one Get (#7490)
The text was updated successfully, but these errors were encountered: