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

Function HardwareFlagsForTesting

cpp/src/arrow/compute/key_hash_test.cc:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41namespace compute {
42
43std::vector<int64_t> HardwareFlagsForTesting() {
44 // Our key-hash and key-map routines currently only have AVX2 optimizations
45 return GetSupportedHardwareFlags({CpuInfo::AVX2});
46}
47
48class TestVectorHash {
49 private:

Callers 3

RunSingleMethod · 0.70
HashFixedLengthFromFunction · 0.70
TESTFunction · 0.70

Calls 1

Tested by

no test coverage detected