IRC logs of #shogun for Friday, 2016-07-08

--- Log opened Fri Jul 08 00:00:13 2016
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]00:57
-!- wiking [~wiking@huwico/staff/wiking] has quit [Read error: Connection reset by peer]01:26
-!- wiking [~wiking@info2k1.hu] has joined #shogun01:27
-!- tctara [~quassel@128.199.61.169] has quit [Quit: No Ping reply in 180 seconds.]01:35
-!- tctara [~quassel@128.199.61.169] has joined #shogun01:35
-!- wiking [~wiking@info2k1.hu] has quit [Changing host]03:58
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun03:58
-!- mode/#shogun [+o wiking] by ChanServ03:59
-!- OXPHOS [c68f0c0c@gateway/web/freenode/ip.198.143.12.12] has joined #shogun04:06
OXPHOSwiking: hey! have time? i got a segmentation fault from viennacl memory read: https://gist.github.com/OXPHOS/37712e7413791a99ead601d43e6adcaa04:18
shogun-buildbotbuild #41 of memleak - valgrind is complete: Failure [failed memory check]  Build details are at http://buildbot.shogun-toolbox.org/builders/memleak%20-%20valgrind/builds/41  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Esben Sorig <esben@sorig.eu>, Saurabh7 <saurabh.mahindre@gmail.com>05:41
shogun-buildbotbuild #1039 of nightly_none is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_none/builds/1039  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Esben Sorig <esben@sorig.eu>, Saurabh7 <saurabh.mahindre@gmail.com>05:44
@wikingy006:09
-!- OXPHOS [c68f0c0c@gateway/web/freenode/ip.198.143.12.12] has quit [Quit: Page closed]06:18
Saurabh7wiking: hey any idea , whats interaction of using pthreads as well as openmp together06:20
Saurabh7dotfeatures use pthreads for range dot,06:20
Saurabh7trying to make openmp liblinear work06:21
shogun-buildbotbuild #1169 of nightly_default is complete: Failure [failed test notebooks]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_default/builds/1169  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Esben Sorig <esben@sorig.eu>, Saurabh7 <saurabh.mahindre@gmail.com>06:31
Saurabh7ah, using omp altogether is definetly helping dunno why though :)07:12
-!- rekado [~rekado@2a03:f80:ed15:151:236:13:15:1] has joined #shogun10:11
rekadoI'm maintaining the shogun package for GNU Guix.  Since upgrading Octave from 3.8.x to 4.x the Octave bindings of Shogun can no longer be built.10:12
rekadois this a known issue?  Should I keep Octave at 3.8.x?10:12
@wikingey11:58
@wikingSaurabh7: ohere?11:58
@wikingrekado: do you have an error msg for me?11:59
@wikingmmm first time i hear about guix11:59
@wikingseems like a cool project11:59
-!- lambday [56a397c5@gateway/web/freenode/ip.86.163.151.197] has joined #shogun12:03
-!- mode/#shogun [+o lambday] by ChanServ12:03
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Quit: buildmaster reconfigured: bot disconnecting]12:11
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun12:11
shogun-buildbotbuild #71 of xenial - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/xenial%20-%20libshogun/builds/71  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Esben Sorig <esben@sorig.eu>, Saurabh7 <saurabh.mahindre@gmail.com>12:23
Saurabh7hey wiking12:38
@wikinghello12:47
@wikingwazzap12:47
Saurabh7wiking: I was updating the liblinear code with openmp version12:48
Saurabh7but our dot product in dotfeatures already has pthread thing12:48
@wikingah the omp version from the authors?12:48
Saurabh7yes12:48
@wikingand how is it?12:49
Saurabh7wiking: no, I mean omp is used in this updated code, but dot prodcuts use pthread12:50
Saurabh7which was not gving less speedup I think12:51
Saurabh7sry lol12:51
Saurabh7which was giving less speedup12:51
Saurabh7wiking: would it make sense to add omp based odt products too ?12:51
Saurabh7https://github.com/shogun-toolbox/shogun/pull/335212:51
@wikingok looking12:52
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun12:52
shogun-notifier-shogun: OXPHOS :feature/linalg_refactor * ff75c6b / src/shogun/mathematics/linalg/LinalgBackendViennacl.h: https://github.com/shogun-toolbox/shogun/commit/ff75c6be449b4abddf364736ef2ae9a19fdf11f112:52
shogun-notifier-shogun: Linalg_ViennaCL_typecast_helper_method12:52
shogun-notifier-shogun: Soumyajit De :feature/linalg_refactor * 72aab17 / src/shogun/mathematics/linalg/LinalgBackendViennacl.h: https://github.com/shogun-toolbox/shogun/commit/72aab1732ee0b68ff46f089d1396a9be49d5eda312:52
shogun-notifier-shogun: Merge pull request #3351 from OXPHOS/linalg_gpu_cast_helper_method12:52
shogun-notifier-shogun:12:52
shogun-notifier-shogun: LinalgRefactor_add BackendViennaCL typecast helper method12:52
@wikingwhere's pthread?12:52
Saurabh7https://github.com/Saurabh7/shogun/blob/2912752d31efed61a398ac9e21440521b1c8658e/src/shogun/features/DotFeatures.cpp#L9212:53
@wikingi think that code should be replaced12:53
@wikingwith omp12:53
shogun-buildbotbuild #27 of clang - thread analysis is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/clang%20-%20thread%20analysis/builds/27  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Esben Sorig <esben@sorig.eu>, Saurabh7 <saurabh.mahindre@gmail.com>12:53
@wikingthat's an oldschool way of doing threading12:53
@wikingomp should be enough12:53
shogun-buildbotbuild #25 of clang - undefined behaviour analysis is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/clang%20-%20undefined%20behaviour%20analysis/builds/25  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Esben Sorig <esben@sorig.eu>, Saurabh7 <saurabh.mahindre@gmail.com>12:54
Saurabh7I see cool , I have added similar method there based on omp12:54
Saurabh7could be replaced as well12:54
Saurabh7wiking: btw this is the right way of updating the liblinear code right ?12:55
Saurabh7I am just taking the whatever omp things they have added and putting in ours12:56
Saurabh7heiko was questioning something in the comments12:56
@wikingah well12:57
@wikingwould be better12:57
@wikingthat we could just add it as a module12:57
@wiking:)12:57
@wikingdunno how sanuj is proceeding with the modular part12:57
Saurabh7yes12:58
@wikingbut yeah currently when i did an update13:00
@wikingi copied the file over13:00
@wikingand then changed some definitions13:00
@wikingbut it's not really optimal solution :P13:01
Saurabh7I see , so similar to what I am trying to do ?13:03
Saurabh7wiking: should I continue it this way then13:04
Saurabh7needs a few more similar changes13:05
@wikingyep13:05
Saurabh7cool thnks13:07
rekadowiking: I've got a whole build log here: http://hydra.gnu.org/build/1296622/log/raw14:11
rekadothe first error is: src/interfaces/octave_static/OctaveInterface.cpp:649:19: error: ‘do_octave_atexit’ was not declared in this scope14:11
rekado  do_octave_atexit();14:11
shogun-notifier-shogun: lambday :feature/bigtest * bb80cdb / / (5 files): https://github.com/shogun-toolbox/shogun/commit/bb80cdb03858d42ffd05dbeba5527f78803c37d214:12
shogun-notifier-shogun: removed MultiKernelMMD class, put in ComputeMMD class itself14:12
shogun-notifier-shogun: lambday :feature/bigtest * 8d4feb5 / / (11 files): https://github.com/shogun-toolbox/shogun/commit/8d4feb5293ef42fbec81cf1135371d22f277a63014:12
shogun-notifier-shogun: More refactoring for statistical testing internals14:12
shogun-notifier-shogun:14:12
shogun-notifier-shogun:   - removed WithinBlockPermutationBatch and MultiKernelPermutationTest14:12
shogun-notifier-shogun:   - Both single kernel and multi-kernel cases are now handled in14:12
shogun-notifier-shogun:   PermutationMMD14:12
-!- travis-ci [~travis-ci@ec2-54-204-141-79.compute-1.amazonaws.com] has joined #shogun14:12
travis-ciit's Soumyajit De's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/14329622014:12
-!- travis-ci [~travis-ci@ec2-54-204-141-79.compute-1.amazonaws.com] has left #shogun []14:12
-!- travis-ci [~travis-ci@ec2-54-90-100-233.compute-1.amazonaws.com] has joined #shogun14:45
travis-ciit's lambday's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/14331281914:45
-!- travis-ci [~travis-ci@ec2-54-90-100-233.compute-1.amazonaws.com] has left #shogun []14:45
-!- HeikoS [~heiko@85.133.27.70] has joined #shogun15:27
-!- mode/#shogun [+o HeikoS] by ChanServ15:27
shogun-notifier-shogun-data: Sanuj :master * 6124aab / toy/ (2 files): https://github.com/shogun-toolbox/shogun-data/commit/6124aabd57ac55263c769dbd9e073afafe81541315:27
shogun-notifier-shogun-data: add data for nn regression example15:27
shogun-notifier-shogun-data: Heiko Strathmann :master * 6bddda1 / toy/ (2 files): https://github.com/shogun-toolbox/shogun-data/commit/6bddda13be3992962594f55ac969655b06c92d8015:27
shogun-notifier-shogun-data: Merge pull request #113 from sanuj/nn_cookbook15:27
shogun-notifier-shogun-data:15:27
shogun-notifier-shogun-data: add data for nn regression example15:27
shogun-notifier-shogun: Saurabh7 :develop * 133bf6a / tests/unit/multiclass/ (2 files): https://github.com/shogun-toolbox/shogun/commit/133bf6ae3d770460eb20248628b5c157d2f86bde15:29
shogun-notifier-shogun: set num_threads15:29
shogun-notifier-shogun: Heiko Strathmann :develop * b34c225 / tests/unit/multiclass/ (2 files): https://github.com/shogun-toolbox/shogun/commit/b34c225d81adb59426bbca35c7ee78ccb693bfc715:29
shogun-notifier-shogun: Merge pull request #3347 from Saurabh7/fix115:29
shogun-notifier-shogun:15:29
shogun-notifier-shogun: set num_threads in tests15:29
shogun-notifier-shogun: OXPHOS :feature/linalg_refactor * 5095c5f / tests/unit/mathematics/linalg/operations/Viennacl_operations_unittest.cc: https://github.com/shogun-toolbox/shogun/commit/5095c5f34c8338dcbd0a3045252a7ad6f4f9b50b15:40
shogun-notifier-shogun: fix viennacl unittest15:40
shogun-notifier-shogun: Heiko Strathmann :feature/linalg_refactor * 05ab53a / tests/unit/mathematics/linalg/operations/Viennacl_operations_unittest.cc: https://github.com/shogun-toolbox/shogun/commit/05ab53acf80468524133399d612e19b17a931e5b15:40
shogun-notifier-shogun: Merge pull request #3359 from OXPHOS/linalg_add15:40
shogun-notifier-shogun:15:40
shogun-notifier-shogun: LinalgRefactor-SGVector-add-fix viennacl unittest15:40
shogun-buildbotbuild #72 of xenial - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/xenial%20-%20libshogun/builds/72  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Saurabh7 <saurabh.mahindre@gmail.com>15:41
@HeikoSlambday: jo15:41
@HeikoSthere?15:41
@HeikoSlambday: need to allow for inplace operation15:42
@HeikoSfor unary operations15:42
@HeikoSlike scale15:42
shogun-buildbotbuild #2935 of bsd1 - libshogun is complete: Failure [failed configure]  Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2935  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Saurabh7 <saurabh.mahindre@gmail.com>15:42
@HeikoSlambday: can you lead that?15:42
@HeikoSin train again15:42
@HeikoSand plane soon15:43
shogun-buildbotbuild #1292 of precise - libshogun is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/precise%20-%20libshogun/builds/129215:46
-!- HeikoS [~heiko@85.133.27.70] has quit [Read error: Connection reset by peer]15:47
@lambdayHeikoS: yo15:48
shogun-buildbotbuild #22 of FC23 - libshogun - aarch64 is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FC23%20-%20libshogun%20-%20aarch64/builds/22  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Saurabh7 <saurabh.mahindre@gmail.com>16:22
-!- travis-ci [~travis-ci@ec2-54-90-100-233.compute-1.amazonaws.com] has joined #shogun16:56
travis-ciit's Heiko Strathmann's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/14333321216:56
-!- travis-ci [~travis-ci@ec2-54-90-100-233.compute-1.amazonaws.com] has left #shogun []16:56
-!- HeikoS [~heiko@82-132-236-205.dab.02.net] has joined #shogun18:03
-!- mode/#shogun [+o HeikoS] by ChanServ18:03
-!- HeikoS [~heiko@82-132-236-205.dab.02.net] has quit [Remote host closed the connection]18:07
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]18:40
-!- sanuj [~sanuj@117.204.248.220] has joined #shogun19:13
sanujbzdmgz, wazzzuuup19:13
-!- sanuj [~sanuj@117.204.248.220] has quit [Quit: Leaving]20:14
--- Log closed Sat Jul 09 00:00:14 2016

Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!