-
Notifications
You must be signed in to change notification settings - Fork 654
Dtype selective build refactor #3938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3938
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit c7d0f8f with merge base 7f0c0b8 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D58396325 |
This pull request was exported from Phabricator. Differential Revision: D58396325 |
Summary: Pull Request resolved: pytorch#3938 1. Add dtype_selective_build as an option to executorch_generated_lib 2. Copy portable source and header files into codegen.bzl directory (this is the caller's directory, eg. examples/selective_build) 3. If kernel_deps contains portable_ops, remove it and use the source files Note: dtype selective build only available for xplat. `header_namespace` is only available in xplat, used to link headers into correct place. ``` error: fail: cpp_library(): the `header_namespace` parameter is *not* supported in fbcode -- `#include` paths must match their fbcode-relative path. (executorch/backends/vulkan/serialization/schema/vk_delegate_schema) ``` New API usage: ``` executorch_generated_lib( ... dtype_selective_build = True, ... ) ``` Reviewed By: larryliu0820 Differential Revision: D58396325
This pull request was exported from Phabricator. Differential Revision: D58396325 |
Summary: Pull Request resolved: pytorch#3938 1. Add dtype_selective_build as an option to executorch_generated_lib 2. Copy portable source and header files into codegen.bzl directory (this is the caller's directory, eg. examples/selective_build) 3. If kernel_deps contains portable_ops, remove it and use the source files Note: dtype selective build only available for xplat. `header_namespace` is only available in xplat, used to link headers into correct place. ``` error: fail: cpp_library(): the `header_namespace` parameter is *not* supported in fbcode -- `#include` paths must match their fbcode-relative path. (executorch/backends/vulkan/serialization/schema/vk_delegate_schema) ``` New API usage: ``` executorch_generated_lib( ... dtype_selective_build = True, ... ) ``` Reviewed By: larryliu0820 Differential Revision: D58396325
This pull request was exported from Phabricator. Differential Revision: D58396325 |
Summary: Pull Request resolved: pytorch#3938 1. Add dtype_selective_build as an option to executorch_generated_lib 2. Copy portable source and header files into codegen.bzl directory (this is the caller's directory, eg. examples/selective_build) 3. If kernel_deps contains portable_ops, remove it and use the source files Note: dtype selective build only available for xplat. `header_namespace` is only available in xplat, used to link headers into correct place. ``` error: fail: cpp_library(): the `header_namespace` parameter is *not* supported in fbcode -- `#include` paths must match their fbcode-relative path. (executorch/backends/vulkan/serialization/schema/vk_delegate_schema) ``` New API usage: ``` executorch_generated_lib( ... dtype_selective_build = True, ... ) ``` Reviewed By: larryliu0820 Differential Revision: D58396325
This pull request was exported from Phabricator. Differential Revision: D58396325 |
Summary: Pull Request resolved: pytorch#3938 1. Add dtype_selective_build as an option to executorch_generated_lib 2. Copy portable source and header files into codegen.bzl directory (this is the caller's directory, eg. examples/selective_build) 3. If kernel_deps contains portable_ops, remove it and use the source files Note: dtype selective build only available for xplat. `header_namespace` is only available in xplat, used to link headers into correct place. ``` error: fail: cpp_library(): the `header_namespace` parameter is *not* supported in fbcode -- `#include` paths must match their fbcode-relative path. (executorch/backends/vulkan/serialization/schema/vk_delegate_schema) ``` New API usage: ``` executorch_generated_lib( ... dtype_selective_build = True, ... ) ``` Reviewed By: larryliu0820 Differential Revision: D58396325
This pull request was exported from Phabricator. Differential Revision: D58396325 |
Summary: Pull Request resolved: pytorch#3938 1. Add dtype_selective_build as an option to executorch_generated_lib 2. Copy portable source and header files into codegen.bzl directory (this is the caller's directory, eg. examples/selective_build) 3. If kernel_deps contains portable_ops, remove it and use the source files Note: dtype selective build only available for xplat. `header_namespace` is only available in xplat, used to link headers into correct place. ``` error: fail: cpp_library(): the `header_namespace` parameter is *not* supported in fbcode -- `#include` paths must match their fbcode-relative path. (executorch/backends/vulkan/serialization/schema/vk_delegate_schema) ``` New API usage: ``` executorch_generated_lib( ... dtype_selective_build = True, ... ) ``` Reviewed By: larryliu0820 Differential Revision: D58396325
This pull request was exported from Phabricator. Differential Revision: D58396325 |
Summary: Pull Request resolved: pytorch#3938 1. Add dtype_selective_build as an option to executorch_generated_lib 2. Copy portable source and header files into codegen.bzl directory (this is the caller's directory, eg. examples/selective_build) 3. If kernel_deps contains portable_ops, remove it and use the source files Note: dtype selective build only available for xplat. `header_namespace` is only available in xplat, used to link headers into correct place. ``` error: fail: cpp_library(): the `header_namespace` parameter is *not* supported in fbcode -- `#include` paths must match their fbcode-relative path. (executorch/backends/vulkan/serialization/schema/vk_delegate_schema) ``` New API usage: ``` executorch_generated_lib( ... dtype_selective_build = True, ... ) ``` Reviewed By: larryliu0820 Differential Revision: D58396325
Summary: Pull Request resolved: pytorch#3938 1. Add dtype_selective_build as an option to executorch_generated_lib 2. Copy portable source and header files into codegen.bzl directory (this is the caller's directory, eg. examples/selective_build) 3. If kernel_deps contains portable_ops, remove it and use the source files Note: dtype selective build only available for xplat. `header_namespace` is only available in xplat, used to link headers into correct place. ``` error: fail: cpp_library(): the `header_namespace` parameter is *not* supported in fbcode -- `#include` paths must match their fbcode-relative path. (executorch/backends/vulkan/serialization/schema/vk_delegate_schema) ``` New API usage: ``` executorch_generated_lib( ... dtype_selective_build = True, ... ) ``` Reviewed By: larryliu0820 Differential Revision: D58396325
This pull request was exported from Phabricator. Differential Revision: D58396325 |
Summary: Pull Request resolved: pytorch#3938 1. Add dtype_selective_build as an option to executorch_generated_lib 2. Copy portable source and header files into codegen.bzl directory (this is the caller's directory, eg. examples/selective_build) 3. If kernel_deps contains portable_ops, remove it and use the source files Note: dtype selective build only available for xplat. `header_namespace` is only available in xplat, used to link headers into correct place. ``` error: fail: cpp_library(): the `header_namespace` parameter is *not* supported in fbcode -- `#include` paths must match their fbcode-relative path. (executorch/backends/vulkan/serialization/schema/vk_delegate_schema) ``` New API usage: ``` executorch_generated_lib( ... dtype_selective_build = True, ... ) ``` Reviewed By: larryliu0820 Differential Revision: D58396325
This pull request was exported from Phabricator. Differential Revision: D58396325 |
This pull request has been merged in 1547bcf. |
Summary:
Note: dtype selective build only available for xplat.
header_namespace
is only available in xplat, used to link headers into correct place.Reviewed By: larryliu0820
Differential Revision: D58396325