Skip to main content

No project description provided

Project description

TVM 手册

PyPI GitHub issues GitHub forks atom star GitHub stars GitHub license contributors watcher Binder Downloads PyPI - Downloads repo size Downloads Week Documentation Status

打造优质的 TVM 中文社区。

安装 flexloopy

确保系统中安装了 cmake 以及 ninja 构建系统:

# 安装 cmake
pip install cmake -i https://pypi.tuna.tsinghua.edu.cn/simple
# 安装 ninja,作为 cmake 的 generator:
conda install -c conda-forge ninja
# 安装 C/C++ 编译器
conda install -c conda-forge clang clangdev llvmdev llvm gcc gxx

使用 pip 安装 flexloopy

pip install flexloopy

或者从源代码安装:

git clone https://github.com/xinetzone/tvm-book.git
cd tvm-book
pip install -ve .

构建和使用 whl 包:

pip wheel -v -w dist . # 构建 whl 包
pip install dist/*.whl # 安装 whl 包
# PowerShell 安装 whl 包
# Get-ChildItem -Path dist/*.whl | ForEach-Object { pip install $_ }

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flexloopy-0.1.4.tar.gz (101.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

flexloopy-0.1.4-cp314-cp314t-win_amd64.whl (77.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

flexloopy-0.1.4-cp314-cp314-win_amd64.whl (77.5 kB view details)

Uploaded CPython 3.14Windows x86-64

flexloopy-0.1.4-cp313-cp313-win_amd64.whl (76.1 kB view details)

Uploaded CPython 3.13Windows x86-64

flexloopy-0.1.4-cp312-cp312-win_amd64.whl (76.1 kB view details)

Uploaded CPython 3.12Windows x86-64

File details

Details for the file flexloopy-0.1.4.tar.gz.

File metadata

  • Download URL: flexloopy-0.1.4.tar.gz
  • Upload date:
  • Size: 101.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flexloopy-0.1.4.tar.gz
Algorithm Hash digest
SHA256 874636967d534258eceb7797a8b6deb3c5b1bb6a1d0a1b89743cb3978010fb7a
MD5 4c100e4eeb3275428365c01d8bad79b0
BLAKE2b-256 609bfc2994bfab3237e81b86f468096d710ea2b214ba33c5d4539025623376fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for flexloopy-0.1.4.tar.gz:

Publisher: publish_wheel.yml on xinetzone/tvm-book

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flexloopy-0.1.4-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: flexloopy-0.1.4-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 77.5 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flexloopy-0.1.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 cb5bdaf5e7e1362b6802db437ac3592938d2c2f9c16c04be293dc044986fa0b8
MD5 4f6bfdc7b75f29fb2a709651fafd6317
BLAKE2b-256 d1bd81f15efbfb861bb307a9830ee9aa98088e17d74a416ec1015adf7bfd0bd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for flexloopy-0.1.4-cp314-cp314t-win_amd64.whl:

Publisher: publish_wheel.yml on xinetzone/tvm-book

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flexloopy-0.1.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: flexloopy-0.1.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 77.5 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flexloopy-0.1.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1b71f6a7fed4700c6b1f6d15c4c05d2fffe9f76b26ef89d98c53d27e45a5923b
MD5 5855ebe2f2ddf4136519c8491507de9b
BLAKE2b-256 d608a0537f3b117ecb9c257a9e365db497e463f423aa2f0bda7487102b607c31

See more details on using hashes here.

Provenance

The following attestation bundles were made for flexloopy-0.1.4-cp314-cp314-win_amd64.whl:

Publisher: publish_wheel.yml on xinetzone/tvm-book

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flexloopy-0.1.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: flexloopy-0.1.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 76.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flexloopy-0.1.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8ad1a946d289596c96d140951d940ea71f00d5a502dd26b467a57fe448eb2c7a
MD5 f4573b1a6fc050a2ad6b3d693bae8bd7
BLAKE2b-256 2e6aafe16907cb176a3795a37c93d5889e13579b14eb28a6f0044972e3b1e15a

See more details on using hashes here.

Provenance

The following attestation bundles were made for flexloopy-0.1.4-cp313-cp313-win_amd64.whl:

Publisher: publish_wheel.yml on xinetzone/tvm-book

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flexloopy-0.1.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: flexloopy-0.1.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 76.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flexloopy-0.1.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cff9d2cdf696d4f8cff877e905257b871de82ba0b751ff1974b6d772be0eeda5
MD5 cc1b99dada1b8b7f84c39580538aea79
BLAKE2b-256 e421ba993d5a36522400461a7955c1ca2e39d57bab6516a531c569167ed55279

See more details on using hashes here.

Provenance

The following attestation bundles were made for flexloopy-0.1.4-cp312-cp312-win_amd64.whl:

Publisher: publish_wheel.yml on xinetzone/tvm-book

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page