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

[Bug] [lang] Fix printing i8/u8 #5893

Merged
merged 5 commits into from
Aug 29, 2022
Merged

Conversation

strongoier
Copy link
Contributor

@strongoier strongoier commented Aug 26, 2022

Related issue = fix #5842

i8/u8 will be converted to i16/u16 during printing because CUDA doesn't support %hhd/%hhu specifers (https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#format-specifiers).

@netlify
Copy link

netlify bot commented Aug 26, 2022

Deploy Preview for docsite-preview ready!

Name Link
🔨 Latest commit 9ac738e
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/630c3a982e46d9000994a1aa
😎 Deploy Preview https://deploy-preview-5893--docsite-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Contributor

@ailzhang ailzhang left a comment

Choose a reason for hiding this comment

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

Thanks!

@strongoier strongoier merged commit 2bf8cef into taichi-dev:master Aug 29, 2022
@strongoier strongoier deleted the fix-5842 branch August 29, 2022 05:29
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.

Cannot cast float to i8
3 participants