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.3.tar.gz (103.4 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.3-cp314-cp314t-win_amd64.whl (75.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

flexloopy-0.1.3-cp314-cp314-win_amd64.whl (75.9 kB view details)

Uploaded CPython 3.14Windows x86-64

flexloopy-0.1.3-cp313-cp313-win_amd64.whl (74.5 kB view details)

Uploaded CPython 3.13Windows x86-64

flexloopy-0.1.3-cp312-cp312-win_amd64.whl (74.5 kB view details)

Uploaded CPython 3.12Windows x86-64

File details

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

File metadata

  • Download URL: flexloopy-0.1.3.tar.gz
  • Upload date:
  • Size: 103.4 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.3.tar.gz
Algorithm Hash digest
SHA256 061e4f352527d4c7fd8297aba54b1435aba83c46b856be5c95f65fb31674021c
MD5 d68f8c22dd3808f1e4d3f04d75102123
BLAKE2b-256 e8e31b7dd75e2e012a67f81a59f6bd9fdf50185b40283c3f7526b9767e3b77ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for flexloopy-0.1.3.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.3-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: flexloopy-0.1.3-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 75.9 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.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 09f9bb9592d6dc106844f57ac72b4e90fe0d918eaefdbcb178ca97c42e6d5aa7
MD5 b5b5c306fc495c7d3ba88e62b46dc065
BLAKE2b-256 508d00c7cc3afc74bd05909b4b988b3f43e6aba79bded1b57ad11a9c3f3a99b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for flexloopy-0.1.3-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.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: flexloopy-0.1.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 75.9 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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e9961fac0799bc0c1495d42bd9c46c38a01f68983f3285796bb35cc410a08737
MD5 33d4371f1a50e070799b39dc68d88969
BLAKE2b-256 013011b0eaf3481a3896ab53028d78b14f48eb3c2a30ff958d473f5dfa295981

See more details on using hashes here.

Provenance

The following attestation bundles were made for flexloopy-0.1.3-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.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: flexloopy-0.1.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 74.5 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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 62b115f046ea6766e691f557edd9fce6900ee2aee1054ef47d1e43166c6fc978
MD5 fd8124846b5fd963b8f33228a8cd7108
BLAKE2b-256 71c74ba37390e7f8b82f8e4a96898e61106555bcddf35efc164b4c9cbb5ed8d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for flexloopy-0.1.3-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.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: flexloopy-0.1.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 74.5 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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9de60f60ada0c062e4e9108df99675e633a179d9d09322daa49342d22e9f864e
MD5 d4ba68b9ca375bcd39d73348665b143b
BLAKE2b-256 1f1cf889ed0e2d48438b7a38111af2f561e8b19ee4577d3fbf844da6a5fbe37e

See more details on using hashes here.

Provenance

The following attestation bundles were made for flexloopy-0.1.3-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