MCPcopy Create free account
hub / github.com/numpy/numpy / load_flags

Method load_flags

numpy/core/tests/test_cpu_features.py:356–357  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

354 AVX512FP16="AVX512_FP16",
355 )
356 def load_flags(self):
357 self.load_flags_cpuinfo("flags")
358
359is_power = re.match("^(powerpc|ppc)64", machine, re.IGNORECASE)
360@pytest.mark.skipif(not is_linux or not is_power, reason="Only for Linux and Power")

Callers

nothing calls this directly

Calls 1

load_flags_cpuinfoMethod · 0.80

Tested by

no test coverage detected