PHILO-HE commented on PR #6594: URL: https://github.com/apache/incubator-gluten/pull/6594#issuecomment-2270447629
@xumingming, CI is red. ``` 2024-08-06T05:06:16.2344593Z /__w/incubator-gluten/incubator-gluten/cpp/core/benchmarks/CompressionBenchmark.cc: In member function 'void gluten::BenchmarkCompression::setCpu(uint32_t)': 2024-08-06T05:06:16.2347628Z /__w/incubator-gluten/incubator-gluten/cpp/core/benchmarks/CompressionBenchmark.cc:218:42: error: 'std::thread' has not been declared 2024-08-06T05:06:16.2349500Z 218 | static const auto kTotalCores = std::thread::hardware_concurrency(); 2024-08-06T05:06:16.2350614Z | ^~~~~~ 2024-08-06T05:06:16.2357924Z make[2]: *** [core/benchmarks/CMakeFiles/BenchmarkCompression.dir/build.make:76: core/benchmarks/CMakeFiles/BenchmarkCompression.dir/CompressionBenchmark.cc.o] Error 1 ``` -- 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]
