You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 runningmlir-opt
with it may be an issue) so perhaps we just add a call to the ctest infrastructure to callmlir-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 ideasThe text was updated successfully, but these errors were encountered: