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

Fixed macros for out of crate uses without use luisa_compute::*; #6

Merged
merged 1 commit into from
Sep 16, 2023

Conversation

entropylost
Copy link
Contributor

Currently, the if_!, etc; macros use local paths to the if_then_else functions. This pull request fixes this by replacing them with absolute paths using $crate::lang::.

@entropylost
Copy link
Contributor Author

Whoops, I added another commit to main for clearing up the warnings. Should be fixed.

@Mike-Leo-Smith
Copy link
Contributor

Thanks for the fixes!

@Mike-Leo-Smith Mike-Leo-Smith merged commit 3601801 into LuisaGroup:main Sep 16, 2023
2 checks passed
@Mike-Leo-Smith
Copy link
Contributor

Whoops, I added another commit to main for clearing up the warnings. Should be fixed.

No worries. Looking forward to another PR to clean up the warnings :-)

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