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
Dtype selective build: fail if portable/optimized not in kernel_deps
Pull Request resolved: #10990#10985
Try to make user error harder for dtype selective build.
Currently, if dtype selective build cannot be enabled we silently fallback to regular dtype selective build.
This diff:
1. Emits failure when there is nothing in kernel_deps and dtype_selective_build=True.
2. Remove dtype_selective_build=True for cases in (1).
3. Warning that dtype selective build is not enabled if user is not in xplat.
ghstack-source-id: 285196226
Differential Revision: [D75027794](https://our.internmc.facebook.com/intern/diff/D75027794/)
0 commit comments