Fix build (#454)

* Fix C++11 syntax. It fixes build with GCC.

* Be Python 3.x compatible by replacing print "XXX" by print("XXX")
2 files changed
tree: 8eda50912547cc2f51b0af05fac23af0938c8fbe
  1. .github/
  2. arm_compute/
  3. data/
  4. docs/
  5. documentation/
  6. examples/
  7. include/
  8. opencl-1.2-stubs/
  9. opengles-3.1-stubs/
  10. scripts/
  11. src/
  12. support/
  13. tests/
  14. utils/
  15. .clang-format
  16. documentation.xhtml
  17. LICENSE
  18. README.md
  19. SConscript
  20. SConstruct
README.md

:warning: Deprecation notice: QS8 and QS16 data types will be removed in the next release (As far as we know nobody uses these data types, if you do or think they are useful please open an Issue or send us an email):warning:

Please report issues here: https://github.com/ARM-software/ComputeLibrary/issues Make sure you are using the latest version of the library before opening an issue. Thanks

News:

  • We're hiring: Senior Machine Learning C++ Software Engineer in Cambridge (UK)

    • Required skills:
      • Proficient in C++11.
    • Preferred skills:
      • Some SIMD (Preferably NEON and/or OpenCL) experience
      • Some machine learning / computer vision knowledge
      • Familiarity in developing compute-intensive applications and ideally industry experience of product development
      • Experience programming in assembly language.

    Interested ? Contact us: developer-compute@arm.com

  • Come talk to us: Gian Marco will be presenting his work at the EVS

Related projects:

Documentation available here:

Binaries available here:

Support: developer-compute@arm.com

License & Contributions: The software is provided under MIT license. Contributions to this project are accepted under the same license.