Hello! I’m merging PR #4823 to the main branch. It’s the big refactoring which renames the “executorch/sdk” directory to “executorch/devtools”. I also changed all the imports, includes and callsites of the sdk (now devtools) in the repo.
Motivation:
The ExecuTorch SDK today is a set of 1st party debugging and profiling tools for ExecuTorch. The name “SDK” has been confusing, especially that it has other more proper use cases in the repo, like VULKAN_SDK, ARM_SDK, etc. Thus, we want to give it a new name and we think “Developer Tools” should capture the idea, since it’s a collection of tools for the ExecuTorch developers. After discussions we’ve decided to rename the “executorch/sdk” directory to “executorch/tools” and refer to it as “Developer Tools” instead of “SDK” in documentations.