triton-inference-server / onnxruntime_backend

The Triton backend for the ONNX Runtime.
BSD 3-Clause "New" or "Revised" License
125 stars 54 forks source link

Bumping min required cxx standard to 17 #230

Closed oandreeva-nv closed 8 months ago

oandreeva-nv commented 9 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.

nv-kmcgill53 commented 9 months ago

Adding @tanmayv25 as a reviewer so Microsoft can be notified.