Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[opengl] Make sure ndarray arg bind indices are sorted. #4069

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

ailzhang
Copy link
Contributor

We have reserved bind idx 0~3 for root, gtmp, args and runtime,
so let's force generated bind_idx for array args to be arg_id + 4.

Related issue = #

We have reserved bind idx 0~3 for root, gtmp, args and runtime,
so let's force generated bind_idx for array args to be `arg_id + 4`.
@vercel
Copy link

vercel bot commented Jan 20, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/taichi-api-docs-preview/taichi/6dfmCgbM1uLWCfT4STBKYYXku5GJ
✅ Preview: Canceled

@netlify
Copy link

netlify bot commented Jan 20, 2022

✔️ Deploy Preview for docsite-preview ready!

🔨 Explore the source changes: 162289c

🔍 Inspect the deploy log: https://app.netlify.com/sites/docsite-preview/deploys/61e8af14e8bb3e0008a58177

😎 Browse the preview: https://deploy-preview-4069--docsite-preview.netlify.app

@ailzhang ailzhang requested a review from k-ye January 20, 2022 01:12
Copy link
Member

@k-ye k-ye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hah, LGTM!

@ailzhang ailzhang merged commit cae94fa into taichi-dev:master Jan 20, 2022
@ailzhang ailzhang deleted the sort_arr_bind_id branch January 20, 2022 02:33
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.

None yet

2 participants