Skip to content

Commit 763e917

Browse files
author
N
committed
first commit
1 parent 937656d commit 763e917

9 files changed

Lines changed: 8 additions & 8 deletions

File tree

__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
from .ptx_arch import PTXArch
2-
from .ptx_calling_convention import PTXCallingConvention
3-
from .ptx_platform import PTXPlatform
4-
from .ptx_view import PTXView
1+
from .ptx_arch.ptx_arch import PTXArch
2+
from .ptx_arch.ptx_calling_convention import PTXCallingConvention
3+
from .ptx_arch.ptx_platform import PTXPlatform
4+
from .ptx_arch.ptx_view import PTXView
55

66
ptx_arch = PTXArch
77
ptx_arch.register()

ptx_arch/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

ptx_parse/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ptx_parse/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "ptxParser"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55

66
[dependencies]
77
peg = "0.8.5"
8-
pyo3 = "0.27.2" # non aggiornare
8+
pyo3 = "0.27.2" # don't update
99

1010
[lib]
1111
name = "ptx_parser"

ptx_parse/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "ptx-parser"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Fast PTX parser generated for CUDA GPU binaries, built with Rust"
99
requires-python = ">=3.8"
1010

0 commit comments

Comments
 (0)