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

Cycles found in tensat acyclic egraphs #14

Open
yaohuicai opened this issue Oct 25, 2023 · 0 comments
Open

Cycles found in tensat acyclic egraphs #14

yaohuicai opened this issue Oct 25, 2023 · 0 comments

Comments

@yaohuicai
Copy link

If I understand correctly, the egraphs end with acyclic in tensat dataset are egraphs that are pruned ahead of time. However, I found there are cycles existing in some of these acyclic egraphs.

For example, in bert_acyclic.json, one can easily verify that enodes 553__1, 475__1, 7680__0 form a cycle. And there the number of cycles in some acyclic tensat egraphs is not small. According to my analysis, here is the number of cycles for each of the tensat acyclic egraphs:

  • bert_acyclic: 915
  • nasneta_acyclic: 30
  • nasrnn_acyclic: 10
  • vgg_acyclic: 0
  • resnet50_acyclic: 0

I am wondering if this is because my understanding is not correct or any other potential bugs?

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

No branches or pull requests

1 participant