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

Add bytecode equivalents to all the tests #6

Open
rkabrick opened this issue Jan 24, 2025 · 0 comments · May be fixed by #8
Open

Add bytecode equivalents to all the tests #6

rkabrick opened this issue Jan 24, 2025 · 0 comments · May be fixed by #8
Assignees

Comments

@rkabrick
Copy link

Not sure if we want to include bytecode with the test (because it seems compiling with mlir-opt -emit-bytecode can be dependent on your version when reading the bytecode (ie. if you compile MLI with a different version of MLIR than the one that you're running mlir-opt with it may be an issue) so perhaps we just add a call to the ctest infrastructure to call

mlir-opt -emit-bytecode <test_file.mlir> -o <test_file.bc> and add a second test to all the cmake files in each test directory. Open to ideas

@colbyendres colbyendres self-assigned this Jan 27, 2025
@colbyendres colbyendres linked a pull request Feb 7, 2025 that will close this issue
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 a pull request may close this issue.

2 participants