Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Clone pto-isa headers
run: |
git clone https://gitcode.com/cann/pto-isa.git /sources/pto-isa
git clone https://github.com/PTO-ISA/pto-isa.git /sources/pto-isa
cd /sources/pto-isa && git checkout ${PTOISA_COMMIT}

- name: Install ptodsl
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">

# PTO-DSL
Pythonic interface and JIT compiler for [PTO-ISA](https://gitcode.com/cann/pto-isa)
Pythonic interface and JIT compiler for [PTO-ISA](https://github.com/PTO-ISA/pto-isa)
</div>

PTO-DSL provides a programming abstraction similar to [cuTile](https://docs.nvidia.com/cuda/cutile-python/), but native to [NPU](https://www.hiascend.com/).
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ RUN ptoas --enable-insert-sync ./abs.pto -o ./abs.cpp
# header on 2026/02/14
ARG PTOISA_COMMIT=672ee54cb8905bb9f9abbe80ec26ed2054b7a0cc
WORKDIR /sources
RUN git clone https://gitcode.com/cann/pto-isa.git \
RUN git clone https://github.com/PTO-ISA/pto-isa.git \
&& cd pto-isa && git checkout $PTOISA_COMMIT
Loading