Open
Description
The following apps do not have CMake builds and so are not properly tested on CI
- HelloAndroid (not built by Makefile either)
- HelloAndroidCamera2 (not built by Makefile either)
- HelloAndroidGL (not built by Makefile either)
- HelloMatlab
- HelloPyTorch (not built by Makefile either)
- HelloiOS (not built by Makefile either)
- HelloWasm (has CMake build, not built by Makefile)
- auto_viz (not built by Makefile either)
- fft
- hexagon_benchmarks (not built by Makefile either)
- hexagon_dma (not built by Makefile either)
- linear_blur (not built by Makefile either)
- nn_ops (not built by Makefile either)
- onnx
- opengl_demo (not built by Makefile either)
- openglcompute (not built by Makefile either)
- resnet_50
- simd_op_check (not built by Makefile either)
There might be good reasons for some of these, eg. I think linear_blur
uses generator stubs, which aren't available from CMake (yet/ever). But even then, we should document that somewhere.