文件名称:pygram11:使用OpenMP加速了Python中的简单快速直方图
文件大小:298KB
文件格式:ZIP
更新时间:2024-03-03 17:40:16
python macos numpy pypi cpp14
pygram11 在帮助下, 加速了Python中的简单快速直方图。 pygram11提供了用于在一维和二维中非常快速的直方图计算(以及每个bin中的方差)的函数。 API非常简单; 可以在文档(您还将在找到)。 正在安装 从PyPI 提供了用于Linux和macOS的二进制*。 可以通过pip从安装它们: pip install pygram11 从conda-forge 对于通过安装conda包管理器。 conda install pygram11 -c conda-forge 请注意,在macOS上,如果您的conda环境包含Anaconda分发的Intel Math Kernel Library(MKL)软件包,则LLVM( libomp )和Intel( libiomp )的OpenMP库可能会发生冲突。 您可能需要安装nomkl软件包来防止冲突(Intel MKL
【文件预览】:
pygram11-main
----MANIFEST.in(296B)
----utils()
--------benchmark.py(8KB)
--------README.md(40B)
--------.gitignore(18B)
----.github()
--------workflows()
----.gitmodules(190B)
----src()
--------pygram11()
--------_backend.cpp(51KB)
----extern()
--------mp11()
--------pybind11()
----.clang-format(115B)
----CMakeLists.txt(611B)
----LICENSE(1KB)
----setup.cfg(1KB)
----setup.py(6KB)
----README.md(5KB)
----docs()
--------bench.rst(2KB)
--------quick.rst(5KB)
--------conf.py(6KB)
--------requirements.txt(95B)
--------req.rst(2KB)
--------index.rst(1KB)
--------Makefile(580B)
--------api()
--------api.rst(253B)
--------_static()
----tests()
--------test_pygram11.py(11KB)
----.readthedocs.yml(582B)
----.gitignore(1KB)
----.builds()
--------arch.yml(521B)
--------conda.yml(1KB)
----pyproject.toml(369B)