Skip to content

Conversation

@Venalicius233
Copy link

Hi, when i compile difflogic, it failed here.
error: expected an expression
const union scalar_t_ val = {.signed_scalar = b[row * class_size + i][col / bit_count]};
^
this error, i don't understand why compiler can't init 2nd variable of the union scalar_t_, so i switch them and then it worked.

Hi, when i compile difflogic, it failed here.
error: expected an expression
                  const union scalar_t_ val = {.signed_scalar = b[row * class_size + i][col / bit_count]};
                                               ^
this error, i don't understand why compiler can't init 2nd variable of the union scalar_t_, so i switch them and then it worked.
@Felix-Petersen
Copy link
Owner

Thanks so much for the issue report & the pull request! With the acceptance of our NeurIPS Oral paper "Convolutional Differentiable Logic Gate Networks", I'm working on a major revision and will also include your bugfix in the revision.

@Venalicius233
Copy link
Author

Congratulations!, i have read "Convolutional Differentiable Logic Gate Networks" on arxiv, it' awesome, when will the Convolutional Logic Gate Networks be open source in github, I can't wait to try it out.

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