MCPcopy Index your code
hub / github.com/numpy/numpy / _detected_blas

Function _detected_blas

numpy/_core/tests/test_multithreading.py:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90
91
92def _detected_blas():
93 blas = np.show_config('dicts').get('Build Dependencies', {}).get('blas', {})
94 return blas.get('name', 'unknown'), blas.get('version', 'unknown')
95
96
97def _openblas_predates_gemm_fix(name, version):

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…