This is more of a question, but should I expect inlining to work? clang++ -O1 -finline-functions -std=c++11 -fsycl simple-sycl-app.cpp -o simple-sycl-app -lsycl -lOpenCL should the SYCL get all methods inlined?