Skip to content

Instantly share code, notes, and snippets.

@prigoyal
Created March 6, 2018 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prigoyal/3a50a60c79fc1e82fd8e999fb4b9e829 to your computer and use it in GitHub Desktop.
Save prigoyal/3a50a60c79fc1e82fd8e999fb4b9e829 to your computer and use it in GitHub Desktop.
[ RUN ] ATenCompilationUnitTest.TuckerConv
[New LWP 2293985]
[New LWP 2293988]
[New LWP 2294427]
[New LWP 2294428]
[New LWP 2294429]
[New LWP 2294430]
[New LWP 2294431]
[New LWP 2294432]
[New LWP 2294433]
[New LWP 2294434]
[New LWP 2294435]
[New LWP 2294436]
[New LWP 2294437]
Generation 0 Jobs(Compiled, GPU)/total (8, 0)/8[LWP 2294430 exited]
[LWP 2294436 exited]
[LWP 2294429 exited]
Generation 0 Jobs(Compiled, GPU)/total (8, 2)/8[LWP 2294431 exited]
[LWP 2294433 exited]
Generation 0 Jobs(Compiled, GPU)/total (8, 2)/8[LWP 2294432 exited]
Generation 0 Jobs(Compiled, GPU)/total (8, 2)/8[LWP 2294435 exited]
Generation 0 Jobs(Compiled, GPU)/total (8, 2)/8^C
Thread 1 "test_autotuner" received signal SIGINT, Interrupt.
0x00007fffea96de4d in nanosleep () from /lib64/libpthread.so.0
(gdb) bt
#0 0x00007fffea96de4d in nanosleep () from /lib64/libpthread.so.0
#1 0x00007fffeb13ebb9 in std::this_thread::__sleep_for (__s=..., __ns=...)
at /home/msarahan/miniconda2/conda-bld/compilers_linux-64_1507259624353/work/.build/src/gcc-7.2.0/libstdc++-v3/src/c++11/thread.cc:224
#2 0x00007ffff768d2ff in std::this_thread::sleep_for<long, std::ratio<1l, 1000l> > (__rtime=...) at /usr/include/c++/4.8.2/thread:281
#3 0x00007ffff7681822 in tc::autotune::detail::GeneticAutotuner::tune (this=0x3813e570, cacheFileName=..., tcName=..., inputs=..., outputs=..., baseMapping=...,
startingPoints=..., fixedParams=...) at /home/prigoyal/local/TensorComprehensions/src/autotuner/genetic_autotuner.cc:149
#4 0x00007ffff769c2db in tc::autotune::GeneticAutotunerATen::tune (this=0x7fffffffd2a0, cacheFileName=..., tcName=..., inputs=..., baseMapping=..., startingPoints=...,
fixedParams=...) at /home/prigoyal/local/TensorComprehensions/src/autotuner/genetic_autotuner_aten.cc:116
#5 0x000000000046c808 in ATenCompilationUnitTest::autotune (this=0x1326ae0, cacheFilename=..., tc=..., name=..., inputs=..., baseMapping=..., startingPoints=...)
at /home/prigoyal/local/TensorComprehensions/test/test_autotuner.cc:82
#6 0x0000000000467a9b in ATenCompilationUnitTest_TuckerConv_Test::TestBody (this=0x1326ae0) at /home/prigoyal/local/TensorComprehensions/test/test_autotuner.cc:110
#7 0x0000000000499d86 in testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void> (object=0x1326ae0, method=&virtual testing::Test::TestBody(),
location=0x4f95cb "the test body") at /home/prigoyal/local/TensorComprehensions/third-party/googletest/googletest/src/gtest.cc:2401
#8 0x0000000000494862 in testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void> (object=0x1326ae0, method=&virtual testing::Test::TestBody(),
location=0x4f95cb "the test body") at /home/prigoyal/local/TensorComprehensions/third-party/googletest/googletest/src/gtest.cc:2437
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment