MCPcopy Create free account
hub / github.com/apache/arrow / runtime_info

Function runtime_info

r/src/config.cpp:30–33  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

28
29// [[arrow::export]]
30std::vector<std::string> runtime_info() {
31 auto info = arrow::GetRuntimeInfo();
32 return {info.simd_level, info.detected_simd_level};
33}

Callers 2

show_infoFunction · 0.85
_arrow_runtime_infoFunction · 0.85

Calls 1

GetRuntimeInfoFunction · 0.85

Tested by

no test coverage detected