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
Set the default `-device=` key for llvm targets based on the native
architecture rather than hard coding to `cpu` which is x86 specific.
This means that when llvm target triples are not specified we will
test `arm_cpu` schedules on Arm®-based architectures and `cpu`
schedules on x86 based architectures.
Fix any schedule test failures that result from this fix.
0 commit comments