Skip to content

Conversation

@Dengda98
Copy link
Owner

@Dengda98 Dengda98 commented Dec 8, 2025

#define GRT_LOOP_ChnlGrid(im, c) \
    for(int im = 0; im < GRT_SRC_M_NUM; ++im) \
        for(int c = 0; c < GRT_CHANNEL_NUM; ++c)

#define GRT_LOOP_IntegGrid(im, v) \
    for(int im = 0; im < GRT_SRC_M_NUM; ++im) \
        for(int v = 0; v < GRT_INTEG_NUM; ++v)

@Dengda98 Dengda98 merged commit 375686d into main Dec 8, 2025
9 checks passed
@Dengda98 Dengda98 deleted the loop branch December 8, 2025 08:09
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.

2 participants