Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[C++] Unit tests failing on Mac #9015

Closed
larroy opened this issue Dec 10, 2017 · 3 comments
Closed

[C++] Unit tests failing on Mac #9015

larroy opened this issue Dec 10, 2017 · 3 comments

Comments

@larroy
Copy link
Contributor

larroy commented Dec 10, 2017

Description

Ticket to track unit tests failing on Mac

Environment info (Required)

Mac OSX 10.11.6

c++ --version
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

[  PASSED  ] 44 tests.
[  FAILED  ] 18 tests, listed below:
[  FAILED  ] COREOP_PERF.ExecuteBidirectional
[  FAILED  ] COREOP_PERF.TimingCPU
[  FAILED  ] CORE_OP_RUNNER.ExecuteBidirectionalSimpleUnaryList
[  FAILED  ] CORE_OP_RUNNER.ExecuteBidirectionalList
[  FAILED  ] CORE_OP_RUNNER.ExecuteBidirectionalDotProduct
[  FAILED  ] CORE_OP_RUNNER.ExecuteBidirectionalRunnerSimpleUnary
[  FAILED  ] CORE_OP_RUNNER.ExecuteBidirectionalRunner
[  FAILED  ] CORE_OP_RUNNER.ExecuteBidirectionalRunnerDotProduct
[  FAILED  ] CORE_OP_RUNNER.TimingCPUSimpleUnary
[  FAILED  ] CORE_OP_RUNNER.TimingCPUBinary
[  FAILED  ] CORE_OP_RUNNER.TimingCPUBinaryDotProduct
[  FAILED  ] OMP_TUNING.ExecuteBidirectional
[  FAILED  ] OMP_TUNING.EvaluateTuneTestFloat
[  FAILED  ] OMP_TUNING.EvaluateTuneTestDouble
[  FAILED  ] OMP_TUNING.EvaluateTuneTestFloat16
[  FAILED  ] OMP_TUNING.EvaluateTuneTestInt8
[  FAILED  ] OMP_TUNING.EvaluateTuneTestInt32
[  FAILED  ] OMP_TUNING.EvaluateTuneTestInt64


Steps to reproduce

#!/bin/bash
set -e
set -x

pushd .
mkdir -p build && cd build
#cmake -DUSE_CUDA=OFF -DUSE_OPENCV=OFF -DUSE_OPENMP=OFF -DCMAKE_BUILD_TYPE=Debug -DMKL_INCLUDE_DIR=/usr/local/include -DMKL_RT_LIBRARY=/usr/local/lib -GNinja ..  && ninja
export LIBRARY_PATH=/usr/local/opt/lapack/lib
cmake -DUSE_CUDA=OFF -DUSE_OPENCV=OFF -DUSE_OPENMP=OFF -DCMAKE_BUILD_TYPE=Debug -GNinja ..
ninja -v
popd
pushd .
cd python
pip3 install -e .
popd

build/tests/mxnet_unit_tests
@vandanavk
Copy link
Contributor

With MxNet 1.3.1

[  PASSED  ] 71 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] ACTIVATION_PERF.ExecuteBidirectional
[  FAILED  ] ACTIVATION_PERF.TimingCPU

@piyushghai
Copy link
Contributor

piyushghai commented Oct 9, 2018

@leleamol Something we can look at. 2 C++ tests failing out of 73.

@larroy
Copy link
Contributor Author

larroy commented Dec 17, 2018

I have fixed this in #13409

@larroy larroy closed this as completed Apr 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants