Skip to main content

Python NVTX - Python code annotation library

Project description

nvtx Python package

Installation

Install using conda:

conda install -c conda-forge nvtx

...or using pip:

python -m pip install nvtx

Quick start

  1. Annotate the parts of your Python code you wish to profile/analyze:

    # demo.py
    
    import time
    import nvtx
    
    @nvtx.annotate(color="blue")
    def my_function():
        for i in range(5):
            with nvtx.annotate("my_loop", color="red"):
                time.sleep(i)
    
    my_function()
    
  2. Use NVIDIA Nsight Systems to collect profile data:

    nsys profile -t nvtx python demo.py
    
  3. Visualize the results using the Nsight systems GUI:

    demo

Documentation

See here for detailed docs.

Release Notes

0.2.15

  • Extend Domain API to accept keyword arguments for event attributes.
  • Implement testing improvements.

0.2.14

  • Add support for NumPy arrays as payloads.
  • Set up support for free-threaded Python.
  • Apply NVTX_DISABLE environment variable to Profile class.

0.2.13

  • Fix tracing with tools that do not implement nvtxDomainIsEnabled.
  • Fix decorator ranges not ending when an exception is thrown.
  • Fix automatic function name annotation for decorator ranges.

0.2.12

  • Expose API via domain object for better performance.
  • No-OP when domain is disabled.
  • Improved documentation.

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

nvtx-0.2.15.tar.gz (121.2 kB view details)

Uploaded Source

Built Distributions

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

nvtx-0.2.15-cp314-cp314t-win_amd64.whl (149.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

nvtx-0.2.15-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (790.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

nvtx-0.2.15-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (834.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

nvtx-0.2.15-cp314-cp314-win_amd64.whl (130.9 kB view details)

Uploaded CPython 3.14Windows x86-64

nvtx-0.2.15-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (774.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

nvtx-0.2.15-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (781.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

nvtx-0.2.15-cp313-cp313t-win_amd64.whl (142.6 kB view details)

Uploaded CPython 3.13tWindows x86-64

nvtx-0.2.15-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (788.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

nvtx-0.2.15-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (833.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

nvtx-0.2.15-cp313-cp313-win_amd64.whl (128.8 kB view details)

Uploaded CPython 3.13Windows x86-64

nvtx-0.2.15-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (782.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

nvtx-0.2.15-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (780.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

nvtx-0.2.15-cp312-cp312-win_amd64.whl (129.2 kB view details)

Uploaded CPython 3.12Windows x86-64

nvtx-0.2.15-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (806.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

nvtx-0.2.15-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (807.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

nvtx-0.2.15-cp311-cp311-win_amd64.whl (134.6 kB view details)

Uploaded CPython 3.11Windows x86-64

nvtx-0.2.15-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (808.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

nvtx-0.2.15-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (806.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

nvtx-0.2.15-cp310-cp310-win_amd64.whl (134.5 kB view details)

Uploaded CPython 3.10Windows x86-64

nvtx-0.2.15-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (772.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

nvtx-0.2.15-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (768.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

nvtx-0.2.15-cp39-cp39-win_amd64.whl (135.2 kB view details)

Uploaded CPython 3.9Windows x86-64

nvtx-0.2.15-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (768.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

nvtx-0.2.15-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (764.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

File details

Details for the file nvtx-0.2.15.tar.gz.

File metadata

  • Download URL: nvtx-0.2.15.tar.gz
  • Upload date:
  • Size: 121.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.20

File hashes

Hashes for nvtx-0.2.15.tar.gz
Algorithm Hash digest
SHA256 2287d3be05b85661deb386f878d1f536c2e532774aa9ec7a50c434942ed81ae5
MD5 09e02cadb79274c90b47e0e674c624d6
BLAKE2b-256 92dd692765e87de30bae1522cdffaa0f2b52949658a92a0fa6d96b1a01eae9d2

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: nvtx-0.2.15-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 149.1 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.20

File hashes

Hashes for nvtx-0.2.15-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9d1d10db4fb4a3b0ffd6ed37bf25f0a966a3b4d34b3c9abb1f6572732959a6e5
MD5 a4e006d8bf85b0eddc38e1e5430cd6eb
BLAKE2b-256 145de000de781d92b732d52c572517db0e9e3a0085795f8bdc18201713c52d1f

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 58653bf6fd8453947b9e5153da2ad7aeb0ceafa030de7f133efb3eada5da7ca7
MD5 9372f0cd09d1a25fcae778dc7cc9e868
BLAKE2b-256 ef7bc1b96f13ef89bdf2a8c2f326a97bed89699271990d7c8624fda3fedc6e61

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aca61135c76b8107ae3c994325613afa661e1336a991c59cc9c6176829b3b32c
MD5 ca937df6c7f5b07377153c47aee86415
BLAKE2b-256 db24528619230976c18364eda2340906ea67b3bf7588b7ce59e054723614abae

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: nvtx-0.2.15-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 130.9 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.20

File hashes

Hashes for nvtx-0.2.15-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9934fad0b441cfa6e896a848b092498ba23e2ff205c2b9a7b60520ff8367ffef
MD5 8d39a105b594c1698b286e5243a37d2b
BLAKE2b-256 2077a2b64335bab7c75fe1c054cc4ebe2d3b3234cbdb04d2e1d6ca73551c54f5

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c6d0f27d4f8a2f479eb64a6b842c13aee32120348a1715d995b9bb9f75b35cf
MD5 f6cc4089a6c927c1bb5763b774cfd241
BLAKE2b-256 f7e1e02fafc01c18f1868a2d2c030953f49e38d65f2d95884789a6c46ff308f1

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b5171b8283dd3ea9ae688a86d16901b4c2c142c4eb0a4bdbf6c222f5f67f9524
MD5 5630893999219aecc72787cd83ea5140
BLAKE2b-256 e05bca0ba6fa769d08174b7a5b4775c279e2e26611cdd5e7833aa699187871c7

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: nvtx-0.2.15-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 142.6 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.20

File hashes

Hashes for nvtx-0.2.15-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 8be06c3c8c267eba56a0396366b9593092e0b75ea8d3702b303d48c0a1662f0e
MD5 147302c4e340d1bb4f46cc261e5c5317
BLAKE2b-256 9603fadd82acdbca6d1c49ac517081a0c3714346f52f4c7e1d4449d77605b4aa

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3741edac4678b92f03d22a3f0a2dfd469f422f85e63db71b038e02525b2404ad
MD5 4fbd7b71fcc7ea7f971742becc290dad
BLAKE2b-256 3856c7e8645061cc2fc23f3a54f33e1e340df59216f07dcfb97d46b8ae7dd26c

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25813ead4fff4d3a6e04f69a72507b096a6bdbecefa369f1100b0e584767bca8
MD5 fd42577ed385398c559565e7ba30a73d
BLAKE2b-256 7569a9acb6d95d2e0e381b2956544768528dd8d7a9e827af8c2014169d838284

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: nvtx-0.2.15-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 128.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.20

File hashes

Hashes for nvtx-0.2.15-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a6650b029263d12f8427a4dee8bd59cb9c91bccb60543bfcb20bc2b00fdcd672
MD5 3695a399e0b2740a023c70846b254744
BLAKE2b-256 38b96b381ac7c5a3ded331aebbf25f8959d19b51d320fb2514c76c6b6edddaaa

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 10749686633f880ad53dcdbb2179fad41b45dcf5b7631d4a1070a577577bd386
MD5 ed42fec3d392bceb37bc3717e0b8313b
BLAKE2b-256 b1c04a5bb7897918de7c7e0191d9342df8ae4cb797ff07276e0f20d13e497ce7

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d28660d9c46f8ba750d781572b6aa5a1e6221abba224ab32d7fb32c2d0fd67df
MD5 cb6d326afd8941dfa5a12846f71fc50e
BLAKE2b-256 05c98341224b8284f7deb6a634119939de5885adc421e64b6743693b30da2186

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: nvtx-0.2.15-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 129.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.20

File hashes

Hashes for nvtx-0.2.15-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 70a1e768964e0520b68ccabc4df391cc227537c45936a7eba6507bc65e617e00
MD5 79d3e963da5840bc25c2bca6c380a7b8
BLAKE2b-256 5423c97c39e3b7ba256aa343cb828ca0d1c8421f705ca84795658ecd14ca95ed

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ca8030a6d197952318013dd1c12c22da1d4b9feb76ba72e0fcd449961183c2c
MD5 7acd3ef247979b56c45ff1cb74d799b9
BLAKE2b-256 c0d108f22448d83481408d663065764ba583df091a7de629ed38fc97e522f1af

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2cc530cd0f1a2c14a3a7e683833db509888ac5ed4ead94e5c9e2c7317c6937a7
MD5 09761fe0d72cf61cab5d82a725f4f1d5
BLAKE2b-256 c207698355285a03a366ef63ea9762fc1feef3f9f25483e1655408f72d827090

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: nvtx-0.2.15-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 134.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.20

File hashes

Hashes for nvtx-0.2.15-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dbe41f78f5a811bd4cdad0a237e5b41a4937d8c2c6c9abdd161091671a598bc0
MD5 3f48fd1703ebebe159212da407cceee5
BLAKE2b-256 f67a42109f1cfb1ff9913201cb2b804956a4f003db4c018c2522a3c8066b3a1c

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 02bca69ee55e0be41eabf908de9dbcdd18e702c7f49f9aa63fd396ce684ff5d5
MD5 ff0fa02679f62f9159a1b6e8f708ae0d
BLAKE2b-256 47bcbe94576ba33af75bcc68a857daade64cb86481764d4fb0f36308b1f6fc85

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 157b80ea9b4db6c8f47f8dbe2fa2e81e7a7f1445bb87f8268f43dec9210b78a1
MD5 b36feddb79b6dd696fad37ebc724f97e
BLAKE2b-256 8065435d10b2041ee082c07d5aed129afd504012c8908796d695f10e66bcc716

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: nvtx-0.2.15-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 134.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.20

File hashes

Hashes for nvtx-0.2.15-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d71f934e580d4572f382712b6da464ab69e4c212981506f781f927d5c6d935d6
MD5 637dfc0c18c158f8675ae23889ce8f3b
BLAKE2b-256 6077fc000055b5bb1651cdd772f0fe1fd9a16c7773b28dfc5624eea331d1415d

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5f3362f0db4252514719326c9d5662b0f93d254659ba97b9c8dbe556286e0e3e
MD5 9ef3f2be485007c9a367fd2030a50ddb
BLAKE2b-256 328eb42c05cf3cc43c51f21fdda6f7c4fe28a595c6d2bdb0cfbf0477dc5805f2

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a4f50832fd90a1b480a9deef6e4cd48015b61869095b54dd1a7afe87b4138c6a
MD5 8096151dba9fab086329162fab36aa7b
BLAKE2b-256 9defea1e9d92afd07fdf2a2390e508f1d214e5ba890561d7849d6ca708534b9d

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: nvtx-0.2.15-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 135.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.20

File hashes

Hashes for nvtx-0.2.15-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d2ec75546d37738ae41dea026bbd04ccf61c11a9acbf96b744a9478aa93a8c2f
MD5 e6bd1f375bd60ab22beaec0900b82d0e
BLAKE2b-256 896660ec5a2c06c031b8e7f97506647ab6ee21a34d36a99904be8d7e5fc67e3c

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f862e22017b43edf7eaf8379091a034e88d99631bc16f3b6b11abf6d09a1177f
MD5 60db5bacc94103e83544b9063ce6ea0e
BLAKE2b-256 49c9f1ae726b6cdde5e502af155e50b157db5d7ed570b1c2f746ad505bbc1cda

See more details on using hashes here.

File details

Details for the file nvtx-0.2.15-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nvtx-0.2.15-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c6c9e76d40eae128b6ad0bd44123df516dfcc26e2d6bb65ddd9336b35caeec7f
MD5 a04984381fdfd9edff42fa79abf1eebb
BLAKE2b-256 f825c4cb55d6371ee5003f1e8b777d776fe3f999cc2ffaed3fb732ba72341dc4

See more details on using hashes here.

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