Ubospica opened a new pull request, #19734:
URL: https://github.com/apache/tvm/pull/19734

   ## Summary
   
   This PR upgrades TVM's first-party C++ build baseline from C++17 to C++20.
   
   It updates the top-level CMake C++/CUDA standards, LLVM compile probes, and 
first-party helper paths that compile generated or extension C++ code. Vendored 
third-party projects are left to manage their own minimum standards.
   
   ## Verification
   
   - Configured a minimal local build with GCC 13.3 and NVCC 13.2:
     `cmake -S . -B build/cxx20-check -GNinja -DBUILD_TESTING=OFF 
-DUSE_LLVM=OFF -DUSE_CUDA=OFF -DTVM_BUILD_PYTHON_MODULE=OFF`
   - Checked edited Python files with IDE lints.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to