-
Notifications
You must be signed in to change notification settings - Fork 235
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
std::logic_error in SQLite deleter #306
Comments
This is a ROCm 3.5 environment. So I perhaps there is something with my environment. Let me check another machine. |
@dlowell can you share the CMake env ? |
I don’t haven’t it anymore. Please ask @asroy @zjing14 @TejashShah |
I saw this issue once, but now I cannot see it anymore. But the hardware team saw it again today on gfx908
So he commented out all the code inside the |
@asroy Thanks for the update, I will triage it further and try to reproduce it. I believe it has something to do with Debug vs Release builds. This is not high-priority since the SQLite object only gets created once and is destroyed when the library is unloaded. |
In "near" develop TOT this test on gfx900 (haven't tested other ASICS):
bin/test_conv2d --float --cmode conv --pmode default --group-count 1 --enable-fdb 1 --batch_size 1 --input_channels 32 --output_channels 32 --spatial_dim_elements 28 28 --filter_dims 1 1 --pads_strides_dilations 0 0 1 1 2 2 --trans_output_pads 0 0
Causes:
Partial frames in GDB:
The actual branch I used was
reshuffleAndReduceTestCases
Full backtrace attached below.
bt1.txt
The text was updated successfully, but these errors were encountered: