diff --git a/sycl/doc/extensions/ExplicitSIMD/ESIMD-TODO-list.md b/sycl/doc/extensions/ExplicitSIMD/ESIMD-TODO-list.md new file mode 100644 index 0000000000000..6ee6cc7fffa9c --- /dev/null +++ b/sycl/doc/extensions/ExplicitSIMD/ESIMD-TODO-list.md @@ -0,0 +1,10 @@ +### TODO list for the SYCL Explicit SIMD extension. + +A place for TODO items/feedback regarding the extension in addition to the +github issues mechanism. + +#### Front-End + +1. Fix a generic (unrelated to ESIMD) issue [1811](https://github.com/intel/llvm/issues/1811) with lambda/functor function + detection. Needed to improve diagnostics, fix attribute propagation. + ETA: ???