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

Do not typedef this - it causes errors unless fpermissive is specified. #23

Closed
wants to merge 1 commit into from
Closed

Conversation

iotamudelta
Copy link
Contributor

This originates from integrating rocRAND w/ PyTorch. the build process complains that sobol32state is being redefined. Since this seems to be a non-critical typedef, can we remove it?

@jszuppe jszuppe changed the base branch from master to develop July 11, 2018 22:02
@Jorghi12
Copy link

No need to remove it. Simply include struct in the typedef.

typedef struct sobol32_state sobol32_state;

@jszuppe

@iotamudelta
Copy link
Contributor Author

Overcome by events.

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