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

[vulkan] Test & build macOS 10.15 MoltenVK #4259

Merged
merged 18 commits into from
Feb 14, 2022
Merged

Conversation

bobcao3
Copy link
Collaborator

@bobcao3 bobcao3 commented Feb 11, 2022

Related issue = #

@netlify
Copy link

netlify bot commented Feb 11, 2022

✔️ Deploy Preview for docsite-preview ready!

🔨 Explore the source changes: 799b752

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

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

@bobcao3
Copy link
Collaborator Author

bobcao3 commented Feb 12, 2022

/format

@bobcao3
Copy link
Collaborator Author

bobcao3 commented Feb 12, 2022

/format

@bobcao3 bobcao3 marked this pull request as ready for review February 12, 2022 22: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.

Cool!

VkPhysicalDeviceProperties properties{};
vkGetPhysicalDeviceProperties(physical_device, &properties);

TI_INFO("Found Vulkan Device {} ({})", i, properties.deviceName);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
TI_INFO("Found Vulkan Device {} ({})", i, properties.deviceName);
TI_DEBUG("Found Vulkan Device {} ({})", i, properties.deviceName);

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is in conjunction with #4255 so that the user can know which device corresponds to which ID

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Maybe is there a way to display info without including the source file path?

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.

LGTM!

@bobcao3 bobcao3 merged commit 6aadfa7 into taichi-dev:master Feb 14, 2022
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.

4 participants