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

The tutorial in Overview page shows unexpected error #65

Closed
leofang opened this issue Jun 11, 2024 · 4 comments
Closed

The tutorial in Overview page shows unexpected error #65

leofang opened this issue Jun 11, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@leofang
Copy link
Member

leofang commented Jun 11, 2024

See below. My guess is during doc build an error was raised when processing the code block.
截圖 2024-06-11 上午9 45 30

@leofang
Copy link
Member Author

leofang commented Jun 11, 2024

@vzhurba01 could you take a look when you get a chance?

@jollylili jollylili added the bug Something isn't working label Jun 18, 2024
@jollylili jollylili added this to the cuda-12-RC1, cuda-11-RC1 milestone Jun 18, 2024
@vzhurba01
Copy link
Collaborator

The samples on these pages get automatically ran for validation when the doc is built. The tutorial here had assumed a compute capability that didn't match the local device.

The overview page is now updated to query for the correct compute capability, and tutorial explanations are updated to reflect this.

@leofang
Copy link
Member Author

leofang commented Jul 4, 2024

Thanks, @vzhurba01! However, a new error appears as shown below. Is it because we're building the docs in the public, which does not have any GPU support (the error happens as early as cuInit(0))?

截圖 2024-07-03 下午11 24 32

@leofang leofang reopened this Jul 4, 2024
@github-actions github-actions bot added the triage Needs the team's attention label Jul 4, 2024
@vzhurba01
Copy link
Collaborator

That would be my mistake. My local device required a workaround that was missed during my build. I've updated my own script so hopefully this issue shouldn't show up on future doc updates.

Overall the docs are build locally, and the uploaded version of cuda-python/docs gets used as is.

@leofang leofang removed this from the cuda-python 12.6.1 & 11.8.4 milestone Oct 8, 2024
@leofang leofang removed the triage Needs the team's attention label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants