You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.9 KiB
Plaintext
77 lines
1.9 KiB
Plaintext
{
|
|
"cells": [
|
|
{
|
|
"cell_type": "code",
|
|
"execution_count": 1,
|
|
"metadata": {},
|
|
"outputs": [
|
|
{
|
|
"name": "stdout",
|
|
"output_type": "stream",
|
|
"text": [
|
|
"blas_mkl_info:\n",
|
|
" NOT AVAILABLE\n",
|
|
"blis_info:\n",
|
|
" libraries = ['blis', 'blis']\n",
|
|
" library_dirs = ['/usr/lib/aarch64-linux-gnu']\n",
|
|
" define_macros = [('HAVE_CBLAS', None)]\n",
|
|
" include_dirs = ['/usr/local/include', '/usr/include']\n",
|
|
" language = c\n",
|
|
"blas_opt_info:\n",
|
|
" libraries = ['blis', 'blis']\n",
|
|
" library_dirs = ['/usr/lib/aarch64-linux-gnu']\n",
|
|
" define_macros = [('HAVE_CBLAS', None)]\n",
|
|
" include_dirs = ['/usr/local/include', '/usr/include']\n",
|
|
" language = c\n",
|
|
"lapack_mkl_info:\n",
|
|
" NOT AVAILABLE\n",
|
|
"openblas_lapack_info:\n",
|
|
" libraries = ['openblas', 'openblas']\n",
|
|
" library_dirs = ['/usr/lib/aarch64-linux-gnu']\n",
|
|
" language = c\n",
|
|
" define_macros = [('HAVE_CBLAS', None)]\n",
|
|
"lapack_opt_info:\n",
|
|
" libraries = ['openblas', 'openblas']\n",
|
|
" library_dirs = ['/usr/lib/aarch64-linux-gnu']\n",
|
|
" language = c\n",
|
|
" define_macros = [('HAVE_CBLAS', None)]\n"
|
|
]
|
|
}
|
|
],
|
|
"source": [
|
|
"import numpy\n",
|
|
"\n",
|
|
"numpy.show_config()"
|
|
]
|
|
},
|
|
{
|
|
"cell_type": "code",
|
|
"execution_count": null,
|
|
"metadata": {},
|
|
"outputs": [],
|
|
"source": []
|
|
}
|
|
],
|
|
"metadata": {
|
|
"kernelspec": {
|
|
"display_name": "Python 3",
|
|
"language": "python",
|
|
"name": "python3"
|
|
},
|
|
"language_info": {
|
|
"codemirror_mode": {
|
|
"name": "ipython",
|
|
"version": 3
|
|
},
|
|
"file_extension": ".py",
|
|
"mimetype": "text/x-python",
|
|
"name": "python",
|
|
"nbconvert_exporter": "python",
|
|
"pygments_lexer": "ipython3",
|
|
"version": "3.8.5"
|
|
}
|
|
},
|
|
"nbformat": 4,
|
|
"nbformat_minor": 4
|
|
}
|