Skip to content

[NPUIR][WIP]support nested for loop of T.Parallel#199

Open
dazuozcy wants to merge 1 commit intotile-ai:npuirfrom
dazuozcy:npuir-vectorize
Open

[NPUIR][WIP]support nested for loop of T.Parallel#199
dazuozcy wants to merge 1 commit intotile-ai:npuirfrom
dazuozcy:npuir-vectorize

Conversation

@dazuozcy
Copy link
Collaborator

Support nested for loop in T.Parallel, such as,

for y, x in T.Parallel(block_M, block_N):
	C_shared[y, x] = A_shared[y, x] + B_shared[y, x]

@dazuozcy dazuozcy changed the title [NPUIR]support nested for loop of T.Parallel [NPUIR][WIP]support nested for loop of T.Parallel Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant