|
|
|
|
|
by mhh__
1446 days ago
|
|
Using ML inside compilers has a lot of untapped potential I think. People think of a compiler as an AI when they're actually very stupid in terms of the number of decisions available to them. Feedback is the lifeblood of intelligent performance, it is more than possible to fake that feedback using AI. E.g. Your error callback is on the balance of probability going to be called less than the (say) core matrix multiply loop etc. Etc. |
|
I also played around with using ml to optimise auto scaling of CI instances. (taking time of day and queue sizes into account)