Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[WIP] Unchecked vibe coding -- do not review#2675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
hunhoffe wants to merge26 commits intomain
base:main
Choose a base branch
Loading
fromerika-vibe-coding
Draft
Changes from1 commit
Commits
Show all changes
26 commits
Select commitHold shift + click to select a range
aa659c2
Unchecked vibe coding
hunhoffeOct 30, 2025
b993427
formatting and instructional notebook
hunhoffeOct 31, 2025
294dc8f
notebookt lit test
hunhoffeOct 31, 2025
dd36cc2
More progress, still not done yet
hunhoffeOct 31, 2025
3abf024
update tutorial notebook
hunhoffeOct 31, 2025
c75dcd9
updates
hunhoffeOct 31, 2025
b912d29
clean up test files a little
hunhoffeOct 31, 2025
b01e6ae
Merge branch 'main' into erika-vibe-coding
hunhoffeNov 3, 2025
32acce9
clean up notebook examples
hunhoffeNov 3, 2025
ad98410
stub out files
hunhoffeNov 3, 2025
e669755
clean up after refactor; lit tests working
hunhoffeNov 3, 2025
e2d86bc
fix some paths
hunhoffeNov 3, 2025
0664f7b
small things
hunhoffeNov 3, 2025
8e31804
Merge branch 'main' into erika-vibe-coding
hunhoffeNov 24, 2025
c80c394
Update python/iron/__init__.py
hunhoffeNov 24, 2025
7f73146
Update programming_examples/basic/jit_exploration/jit_tutorial.ipynb
hunhoffeNov 24, 2025
b398f74
Update programming_examples/basic/jit_exploration/jit_tutorial.ipynb
hunhoffeNov 24, 2025
706ee74
Merge branch 'main' into erika-vibe-coding
hunhoffeNov 24, 2025
9831054
cleanup changes
hunhoffeNov 24, 2025
af9ab87
python formatting
hunhoffeNov 24, 2025
d4a4844
Remove unncessary change
hunhoffeNov 24, 2025
0ecf5ae
remove old notebook
hunhoffeNov 24, 2025
eced9ab
Fixup unnecessary changes
hunhoffeNov 24, 2025
af3d6dd
remove old file
hunhoffeNov 24, 2025
a431da4
restore file
hunhoffeNov 24, 2025
bb07429
remove whitespace change
hunhoffeNov 24, 2025
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
PrevPrevious commit
NextNext commit
Fixup unnecessary changes
  • Loading branch information
@hunhoffe
hunhoffe committedNov 24, 2025
commiteced9ab61f325c7b9f85767b080eab1509c3da97
16 changes: 10 additions & 6 deletionspython/iron/__init__.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,13 +5,17 @@
from .runtime import Runtime
from .dataflow import ObjectFifo
from .dtype import str_to_dtype, dtype_to_str
from .compile.context importCompileContext, get_compile_arg
from .hostruntime.jit importjit, CallableDesign
from .compile.compileconfig import compileconfig
from .run.jit import jit, CallableDesign
from .compile.compilabledesign import CompilableDesign
from .config import (
set_current_device,
get_current_device,
detect_npu_device,
from .hostruntime.config import get_current_device, set_current_device
from .hostruntime.tensor import (
tensor,
ones,
zeros,
randint,
rand,
arange,
zeros_like,
set_iron_tensor_class,
)
Loading

[8]ページ先頭

©2009-2025 Movatter.jp