Commit a9d2050
committed
docs(plan): the toolkit pulls anonymously, so the experiment has no blocker
Overturns the previous commit's one negative finding, and corrects the framing
error underneath it.
The framing error first: BiSheng and the simulator were treated as two
acquisition questions. They are one -- ccec_compiler/bin/bisheng and
simulator/<SoC>/lib are both inside the CANN toolkit.
The toolkit's official distribution is a Docker image, not a .run installer
(measured in ops-math/QUICKSTART.md):
swr.cn-south-1.myhuaweicloud.com/ascendhub/cann:8.5.0-910b-ubuntu22.04-py3.10-ops
and it pulls anonymously. Measured:
GET /v2/ 401
GET /swr/auth/v2/registry/auth?...:pull token issued
GET /v2/ascendhub/cann/manifests/<tag> with token 200, arm64 + amd64
That 401 is what produced the wrong answer the first time. A bare 401 reads
identically to "credentials required", but it is also the first step of an
anonymous token handshake -- Docker Hub behaves the same way. Stopping at step
one turns "anonymously available" into "unobtainable". The criterion has to
walk the whole handshake, which is this repository's recurring lesson about a
criterion whose "no" and whose "not measured" produce the same reading.
Compliance lands in the tier the invariant already allows: proprietary vendor
userspace is fetched from the vendor's own published URL and never copied into
an xlings-res release. Pulling the official image from Huawei's own registry is
exactly that, so no redistribution right is needed.
Also records that AscendNPU IR is now open with a Triton path
(Triton IR -> Linalg -> AscendNPU IR), which gives a rule package a second
possible entry height. Not selected -- Ascend C remains the direct one, because
it is the actual form of the 1451 .cpp files in ops-math.
The feasibility gate therefore has no blocking row. One technical question
remains before implementation: whether sim mode still invokes bisheng, since
that decides which object the device criterion is pointed at.1 parent f54b693 commit a9d2050
1 file changed
Lines changed: 61 additions & 17 deletions
Lines changed: 61 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
| 467 | + | |
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| |||
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | | - | |
| 530 | + | |
531 | 531 | | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
| 532 | + | |
536 | 533 | | |
537 | | - | |
538 | | - | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
539 | 582 | | |
540 | 583 | | |
541 | 584 | | |
| |||
550 | 593 | | |
551 | 594 | | |
552 | 595 | | |
553 | | - | |
554 | | - | |
555 | | - | |
| 596 | + | |
556 | 597 | | |
557 | 598 | | |
558 | 599 | | |
559 | | - | |
560 | | - | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
561 | 605 | | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
| 606 | + | |
| 607 | + | |
566 | 608 | | |
567 | 609 | | |
568 | 610 | | |
569 | 611 | | |
570 | 612 | | |
571 | 613 | | |
572 | 614 | | |
| 615 | + | |
573 | 616 | | |
574 | 617 | | |
575 | 618 | | |
| |||
639 | 682 | | |
640 | 683 | | |
641 | 684 | | |
| 685 | + | |
0 commit comments