We've had some customers try out _dynamo.optimize("inductor") on their models and confused why they wouldn't get speedups until they either used AMP or enabling tf32.
Since users expect for things to run faster if they use .optimize() we should just print warnings.
In addition we can enable those two settings more clearly in our getting started guide so people don't get surprised by noop perf
cc: @Chillee