This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Skip to content | |
| titletitle admin | log out | |
| search | |
| Jenkins | |
| libnd4j | |
| default | |
| #7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Skip to content | |
| titletitle admin | log out | |
| search | |
| Jenkins | |
| libnd4j | |
| default | |
| #7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =28049== | |
| ==28049== 4 errors in context 90 of 634: | |
| ==28049== Conditional jump or move depends on uninitialised value(s) | |
| ==28049== at 0x637CB53: ??? (in /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.91-2.b14.fc23.x86_64/jre/lib/amd64/server/libjvm.so) | |
| ==28049== by 0x6303722: ??? (in /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.91-2.b14.fc23.x86_64/jre/lib/amd64/server/libjvm.so) | |
| ==28049== by 0x66E9F35: ??? (in /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.91-2.b14.fc23.x86_64/jre/lib/amd64/server/libjvm.so) | |
| ==28049== by 0x639BF43: ??? (in /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.91-2.b14.fc23.x86_64/jre/lib/amd64/server/libjvm.so) | |
| ==28049== by 0x6300220: ??? (in /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.91-2.b14.fc23.x86_64/jre/lib/amd64/server/libjvm.so) | |
| ==28049== by 0x6899E11: ??? (in /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.91-2.b14.fc23.x86_64/jre/lib/amd64/server/libjvm.so) | |
| ==28049== by 0x689A94A: ??? (in /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.91-2.b14.fc23.x86_64/jre/lib/amd64/server/libjvm.so) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifdef __CUDACC__ | |
| __host__ __device__ | |
| #endif | |
| void copyTo(int length, int *from,int **to); | |
| /** | |
| * Return a copy of a buffer. | |
| * This buffer allocates memory | |
| * that must be freed elsewhere. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [INFO] ------------------------------------------------------------------------ | |
| [agibsonccc@localhost nd4j]$ mvn clean install -DskipTests | |
| [INFO] Scanning for projects... | |
| [WARNING] | |
| [WARNING] Some problems were encountered while building the effective model for org.nd4j:nd4j-perf:jar:0.4-rc3.9-SNAPSHOT | |
| [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead. | |
| [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead. | |
| [WARNING] | |
| [WARNING] Some problems were encountered while building the effective model for org.nd4j:nd4j-cuda-7.5:jar:0.4-rc3.9-SNAPSHOT | |
| [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> version ${junit.version} vs (?) @ org.nd4j:nd4j-cuda-7.5:[unknown-version], /home/agibsonccc/code/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-cuda-7.5/pom.xml, line 176, column 21 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [agibsonccc@localhost libnd4j]$ git status && git pull | |
| On branch master | |
| Your branch is ahead of 'origin/master' by 2 commits. | |
| (use "git push" to publish your local commits) | |
| Untracked files: | |
| (use "git add <file>..." to include in what will be committed) | |
| .csettings/com.nvidia.cuda.ide.toolchain.seven_five.1594102419_cdtBuildSystem | |
| .csettings/com.nvidia.cuda.ide.toolchain.seven_five.1594102419_com.nvidia.cuda.ide.build.project.ICudaProjectConfiguration | |
| .csettings/com.nvidia.cuda.ide.toolchain.seven_five.1594102419_org.eclipse.cdt.core.externalSettings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/java/jdk1.8.0_77/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:41470,suspend=y,server=n -ea -Dorg.nd4j.linalg.defaultbackend=org.nd4j.linalg.cpu.nativecpu.CpuBackend -Dorg.nd4j.linalg.tests.backendstorun=org.nd4j.linalg.cpu.nativecpu.CpuBackend -Xmx1024m -Didea.junit.sm_runner -Dfile.encoding=UTF-8 -classpath /home/agibsonccc/ides/idea/lib/idea_rt.jar:/home/agibsonccc/ides/idea/plugins/junit/lib/junit-rt.jar:/usr/java/jdk1.8.0_77/jre/lib/charsets.jar:/usr/java/jdk1.8.0_77/jre/lib/deploy.jar:/usr/java/jdk1.8.0_77/jre/lib/ext/cldrdata.jar:/usr/java/jdk1.8.0_77/jre/lib/ext/dnsns.jar:/usr/java/jdk1.8.0_77/jre/lib/ext/jaccess.jar:/usr/java/jdk1.8.0_77/jre/lib/ext/jfxrt.jar:/usr/java/jdk1.8.0_77/jre/lib/ext/localedata.jar:/usr/java/jdk1.8.0_77/jre/lib/ext/nashorn.jar:/usr/java/jdk1.8.0_77/jre/lib/ext/sunec.jar:/usr/java/jdk1.8.0_77/jre/lib/ext/sunjce_provider.jar:/usr/java/jdk1.8.0_77/jre/lib/ext/sunpkcs11.jar:/usr/java/jdk1.8.0_77/jre/lib/ext/zipfs.jar:/usr/java/jdk1.8.0_77/jre/lib/javaws.jar: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| OpExecutionerTestsC.testSoftmax:618 expected:<[[0.00,0.01,0.03,0.09,0.23,0.63] | |
| [0.00,0.01,0.03,0.09,0.23,0.63] | |
| [0.00,0.01,0.03,0.09,0.23,0.63]]> but was:<[[1.00,2.00,3.00,4.00,5.00,6.00] | |
| [7.00,8.00,9.00,10.00,11.00,12.00] | |
| [13.00,14.00,15.00,16.00,17.00,18.00]]> | |
| OpExecutionerTestsC.testStdev:626 expected:<-3.689408628174461E19> but was:<0.0> | |
| OpExecutionerTestsC.testSum5d:525 expected:<2.0> but was:<16.0> | |
| OpExecutionerTestsC.testSum6d:471 expected:<1.0> but was:<16.0> | |
| OpExecutionerTestsC.testSumDifferentOrder:596 expected:<[ 2.00, 4.00]> but was:<[ 2.00, 3.00]> | |
| OpExecutionerTestsC.testVariance:642 expected:<0.1369265615940094> but was:<0.0> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .5/target/classes/ with scanner TypeAnnotationsScanner | |
| 16:51:56.900 [main] INFO org.reflections.Reflections - Reflections took 29 ms to scan 7 urls, producing 146 keys and 579 values | |
| Tests run: 6, Failures: 3, Errors: 0, Skipped: 2, Time elapsed: 3.912 sec <<< FAILURE! - in org.nd4j.linalg.convolution.ConvolutionTestsC | |
| testMoreIm2Col2[0: backend(org.nd4j.linalg.jcublas.JCublasBackend)={1}](org.nd4j.linalg.convolution.ConvolutionTestsC) Time elapsed: 3.647 sec <<< FAILURE! | |
| java.lang.AssertionError: | |
| expected:<[[[[[[1.00,1.00,1.00,1.00] | |
| [3.00,3.00,3.00,3.00] | |
| [1.00,1.00,1.00,1.00] | |
| [3.00,3.00,3.00,3.00]] | |
| [[1.00,1.00,1.00,1.00] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/java/jdk1.8.0_73/bin/java -Didea.launcher.port=7534 -Didea.launcher.bin.path=/home/agibsonccc/ides/idea-IU-143.2287.1/bin -Dfile.encoding=UTF-8 -classpath /usr/java/jdk1.8.0_73/jre/lib/charsets.jar:/usr/java/jdk1.8.0_73/jre/lib/deploy.jar:/usr/java/jdk1.8.0_73/jre/lib/ext/cldrdata.jar:/usr/java/jdk1.8.0_73/jre/lib/ext/dnsns.jar:/usr/java/jdk1.8.0_73/jre/lib/ext/jaccess.jar:/usr/java/jdk1.8.0_73/jre/lib/ext/jfxrt.jar:/usr/java/jdk1.8.0_73/jre/lib/ext/localedata.jar:/usr/java/jdk1.8.0_73/jre/lib/ext/nashorn.jar:/usr/java/jdk1.8.0_73/jre/lib/ext/sunec.jar:/usr/java/jdk1.8.0_73/jre/lib/ext/sunjce_provider.jar:/usr/java/jdk1.8.0_73/jre/lib/ext/sunpkcs11.jar:/usr/java/jdk1.8.0_73/jre/lib/ext/zipfs.jar:/usr/java/jdk1.8.0_73/jre/lib/javaws.jar:/usr/java/jdk1.8.0_73/jre/lib/jce.jar:/usr/java/jdk1.8.0_73/jre/lib/jfr.jar:/usr/java/jdk1.8.0_73/jre/lib/jfxswt.jar:/usr/java/jdk1.8.0_73/jre/lib/jsse.jar:/usr/java/jdk1.8.0_73/jre/lib/management-agent.jar:/usr/java/jdk1.8.0_73/jre/lib/plugin.jar:/usr/java/jdk1.8.0_73/jre |