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

Philox: Solves a bug where importing philox on cuda led to identfier not found error #10

Merged
merged 3 commits into from
Oct 26, 2023

Conversation

Shihab-Shahriar
Copy link
Collaborator

@Shihab-Shahriar Shihab-Shahriar commented Oct 20, 2023

I am not yet sure why it happens. It's only visible on cuda where nvcc has multiple passes on code, and replaces constant expressions with values, so later pass fails.

Plus some other small changes. I'll try to stop this habit of packing multiple changes in a single PR once we get to v1.0 :(

@Shihab-Shahriar Shihab-Shahriar merged commit d55850e into msu-sparta:main Oct 26, 2023
2 checks passed
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.

1 participant