triton-inference-server / openvino_backend

OpenVINO backend for Triton.
BSD 3-Clause "New" or "Revised" License
29 stars 16 forks source link

Bumping min required cxx standard to 17 #61

Closed oandreeva-nv closed 9 months ago

oandreeva-nv commented 10 months ago

This PR is one of the series PRs to update Triton to C++17 standard.

Introduced logic: either set TRITON_MIN_CXX_STANDARD to 17 or use cached value. Later,TRITON_MIN_CXX_STANDARD is used to set min required standard through target_compile_features.