Closed oandreeva-nv closed 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.
TRITON_MIN_CXX_STANDARD
target_compile_features
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 throughtarget_compile_features
.