executorch
executorch copied to clipboard
[executorch] Migrate runtime/kernel tests to new namespace
Stack from ghstack (oldest at bottom):
- #4621
- #4620
- #4619
- #4618
- #4617
- #4616
- #4615
- #4614
- #4613
- -> #4612
- #4611
- #4610
- #4609
- #4608
- #4607
- #4606
- #4605
The previous commit moved headers to the ::executorch::runtime
namespace. This diff updates the tests for those changes. After this, these tests should not use ::torch::executor
for the updated names.
Differential Revision: D60557625