executorch icon indicating copy to clipboard operation
executorch copied to clipboard

[executorch] Migrate extension/kernel_util to new namespace

Open dbort opened this issue 6 months ago • 5 comments

Stack from ghstack (oldest at bottom):

  • #4621
  • -> #4620
  • #4619
  • #4618
  • #4617
  • #4616
  • #4615
  • #4614
  • #4613
  • #4612
  • #4611
  • #4610
  • #4609
  • #4608
  • #4607
  • #4606
  • #4605

Migrate these headers to the new ::executorch::extension namespace. Add temporary aliases from the old ::torch::executor namespace so we can migrate users incrementally.

Also hide a good chunk of it in an internal namespace. And use a unique internal namespace because it defines very generic names like "size" that could conflict with other extensions.

Differential Revision: D60938934

dbort avatar Aug 09 '24 00:08 dbort