-
Notifications
You must be signed in to change notification settings - Fork 78
Fix test_scan_layouts[True-1-src_layout10-64-32] on LTS driver
#2790
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
Conversation
Signed-off-by: Anatoly Myachev <[email protected]>
Signed-off-by: Anatoly Myachev <[email protected]>
Signed-off-by: Anatoly Myachev <[email protected]>
c1cc487 to
3102e82
Compare
Signed-off-by: Anatoly Myachev <[email protected]>
Signed-off-by: Anatoly Myachev <[email protected]>
Signed-off-by: Anatoly Myachev <[email protected]>
Signed-off-by: Anatoly Myachev <[email protected]>
Signed-off-by: Anatoly Myachev <[email protected]>
0a05f50 to
e6c2dad
Compare
Signed-off-by: Anatoly Myachev <[email protected]>
Signed-off-by: Anatoly Myachev <[email protected]>
Signed-off-by: Anatoly Myachev <[email protected]>
|
@whitneywhtsang this test produces many of the same constants, such as: @assertFunc_447 = internal addrspace(1) constant [8 x i8] c"unknown\00"
@assertFile_447 = internal addrspace(1) constant [87 x i8] c".../pytest-0/test_scan_layouts_True_1_src_l0/test_scan_layouts.ttgir\00"
@assertMessage_447 = internal addrspace(1) constant [18 x i8] c"overflow detected\00"Does it make sense to compare the contents of constants before adding them to reduce their total number? If so, I would like to try to implement it. |
Is it related to the test failure? Is it unique to Intel backend? |
Not directly, I just noticed that there were a lot of identical objects.
The code is similar to the one used for the NVIDIA backend, I suppose so, but I haven't run it on their hardware. |
|
@anmyachev can you resolve the merge conflicts pls. Hope that doing so can fix the tests. |
Hi @etiotto, thanks for review! I think the initial issue is already fixed, there is nothing useful in this pull request, I will close it. However, there is one unanswered question left here. Can I know what you think about this? |
No description provided.