Build Log
  

Build started: Project: QUIC, Configuration: Release|x64

Command Lines
  
Creating temporary file "c:\Users\jleahey\Desktop\QUIC\QUIC\x64\Release\RSP00002124046420.rsp" with contents
[
/I "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\\include" /I "C:\Program Files\CULA\R12\include" /I "C:\Program Files\Intel\MKL\10.0.5.025\include" /I "C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.0\CUDALibraries\common\inc" /D "WIN32" /D "_LIB" /D "MKL_ILP64" /FD /EHsc /MT /fp:fast /Fo"x64\Release\\" /Fd"x64\Release\vc90.pdb" /W3 /c /Wp64 /Zi /TP .\Base.cpp

.\QUIC.cpp

.\Partition.cpp

.\Matrix.cpp

.\MatAllocator.cpp

.\icdf.cpp

.\globalFuncs.cpp

.\CTNode.cpp

.\CosineTree.cpp

.\Basis.cpp
]
Creating command line "cl.exe @c:\Users\jleahey\Desktop\QUIC\QUIC\x64\Release\RSP00002124046420.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Users\jleahey\Desktop\QUIC\QUIC\x64\Release\RSP00002224046420.rsp" with contents
[
/OUT:"C:\Users\jleahey\Desktop\QUIC\x64\Release\QUIC.lib" /LIBPATH:"C:\Program Files\CULA\R12\lib64" /LIBPATH:"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\\lib\x64" .\x64\Release\Base.obj

.\x64\Release\Basis.obj

.\x64\Release\CosineTree.obj

.\x64\Release\CTNode.obj

.\x64\Release\globalFuncs.obj

.\x64\Release\globalFuncs.cu.obj

.\x64\Release\icdf.obj

.\x64\Release\MatAllocator.obj

.\x64\Release\Matrix.obj

.\x64\Release\Partition.obj

.\x64\Release\profile.obj

.\x64\Release\QUIC.obj

.\x64\Release\QUICException.obj
]
Creating command line "lib.exe @c:\Users\jleahey\Desktop\QUIC\QUIC\x64\Release\RSP00002224046420.rsp /NOLOGO"
Output Window
  
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
Base.cpp
QUIC.cpp
c:\users\jleahey\desktop\quic\quic\LSDistribution.h(70) : warning C4018: '<' : signed/unsigned mismatch
        c:\users\jleahey\desktop\quic\quic\LSDistribution.h(67) : while compiling class template member function 'void LSDistribution::RowSampler::operator ()(const QUIC::Uint &,QUIC::Uint *) const'
        with
        [
            Float=float
        ]
        c:\users\jleahey\desktop\quic\quic\CosineTree.h(109) : while compiling class template member function 'float CosineTree::MCSqError(const LSDistribution::RowSampler &,const Float &,const QUIC::Uint &)'
        with
        [
            Float=float
        ]
        .\QUIC.cpp(214) : see reference to function template instantiation 'QUIC::Uint runQUIC,Float,CPU>(const QUIC::Matrix *,QUIC::Matrix *,QUIC::Matrix *,QUIC::Matrix *,Float,Float,const QUIC::OrthoMode &,const QUIC::Uint &)' being compiled
        with
        [
            Float=float
        ]
        .\QUIC.cpp(471) : see reference to function template instantiation 'QUIC::Uint QUIC::QUIC_SVD(const QUIC::Matrix *,QUIC::Matrix *,QUIC::Matrix *,QUIC::Matrix *,const float &,const float &,const QUIC::OrthoMode &,const QUIC::Uint &)' being compiled
        with
        [
            Float=float
        ]
c:\users\jleahey\desktop\quic\quic\LSDistribution.h(70) : warning C4018: '<' : signed/unsigned mismatch
        c:\users\jleahey\desktop\quic\quic\LSDistribution.h(67) : while compiling class template member function 'void LSDistribution::RowSampler::operator ()(const QUIC::Uint &,QUIC::Uint *) const'
        with
        [
            Float=double
        ]
        c:\users\jleahey\desktop\quic\quic\CosineTree.h(109) : while compiling class template member function 'double CosineTree::MCSqError(const LSDistribution::RowSampler &,const Float &,const QUIC::Uint &)'
        with
        [
            Float=double
        ]
        .\QUIC.cpp(214) : see reference to function template instantiation 'QUIC::Uint runQUIC,Float,CPU>(const QUIC::Matrix *,QUIC::Matrix *,QUIC::Matrix *,QUIC::Matrix *,Float,Float,const QUIC::OrthoMode &,const QUIC::Uint &)' being compiled
        with
        [
            Float=double
        ]
        .\QUIC.cpp(472) : see reference to function template instantiation 'QUIC::Uint QUIC::QUIC_SVD(const QUIC::Matrix *,QUIC::Matrix *,QUIC::Matrix *,QUIC::Matrix *,const double &,const double &,const QUIC::OrthoMode &,const QUIC::Uint &)' being compiled
        with
        [
            Float=double
        ]
Partition.cpp
c:\users\jleahey\desktop\quic\quic\LSDistribution.h(70) : warning C4018: '<' : signed/unsigned mismatch
        c:\users\jleahey\desktop\quic\quic\LSDistribution.h(67) : while compiling class template member function 'void LSDistribution::RowSampler::operator ()(const QUIC::Uint &,QUIC::Uint *) const'
        with
        [
            Float=float
        ]
        c:\users\jleahey\desktop\quic\quic\CosineTree.h(109) : while compiling class template member function 'float CosineTree::MCSqError(const LSDistribution::RowSampler &,const Float &,const QUIC::Uint &)'
        with
        [
            Float=float
        ]
        .\Partition.cpp(29) : see reference to class template instantiation 'CosineTree' being compiled
        with
        [
            Float=float
        ]
        .\Partition.cpp(27) : while compiling class template member function 'Partition::~Partition(void)'
        with
        [
            Float=float
        ]
        c:\users\jleahey\desktop\quic\quic\Partition.h(41) : see reference to class template instantiation 'Partition' being compiled
        with
        [
            Float=float
        ]
        .\Partition.cpp(152) : see reference to class template instantiation 'PartitionGPU' being compiled
        with
        [
            Float=float
        ]
c:\users\jleahey\desktop\quic\quic\LSDistribution.h(70) : warning C4018: '<' : signed/unsigned mismatch
        c:\users\jleahey\desktop\quic\quic\LSDistribution.h(67) : while compiling class template member function 'void LSDistribution::RowSampler::operator ()(const QUIC::Uint &,QUIC::Uint *) const'
        with
        [
            Float=double
        ]
        c:\users\jleahey\desktop\quic\quic\CosineTree.h(109) : while compiling class template member function 'double CosineTree::MCSqError(const LSDistribution::RowSampler &,const Float &,const QUIC::Uint &)'
        with
        [
            Float=double
        ]
        .\Partition.cpp(29) : see reference to class template instantiation 'CosineTree' being compiled
        with
        [
            Float=double
        ]
        .\Partition.cpp(27) : while compiling class template member function 'Partition::~Partition(void)'
        with
        [
            Float=double
        ]
        c:\users\jleahey\desktop\quic\quic\Partition.h(41) : see reference to class template instantiation 'Partition' being compiled
        with
        [
            Float=double
        ]
        .\Partition.cpp(152) : see reference to class template instantiation 'PartitionGPU' being compiled
        with
        [
            Float=double
        ]
Matrix.cpp
.\Matrix.cpp(55) : warning C4018: '<' : signed/unsigned mismatch
        .\Matrix.cpp(47) : while compiling class template member function 'QUIC::Matrix::Matrix(const QUIC::Matrix &,QUIC::MatAllocator *)'
        with
        [
            Float=float
        ]
        .\Matrix.cpp(246) : see reference to class template instantiation 'QUIC::Matrix' being compiled
        with
        [
            Float=float
        ]
.\Matrix.cpp(91) : warning C4018: '<' : signed/unsigned mismatch
        .\Matrix.cpp(86) : while compiling class template member function 'QUIC::Matrix &QUIC::Matrix::operator =(const QUIC::Matrix &)'
        with
        [
            Float=float
        ]
.\Matrix.cpp(141) : warning C4018: '<' : signed/unsigned mismatch
        .\Matrix.cpp(137) : while compiling class template member function 'void QUIC::Matrix::copySubset(const QUIC::Uint *,QUIC::Matrix *) const'
        with
        [
            Float=float
        ]
.\Matrix.cpp(55) : warning C4018: '<' : signed/unsigned mismatch
        .\Matrix.cpp(47) : while compiling class template member function 'QUIC::Matrix::Matrix(const QUIC::Matrix &,QUIC::MatAllocator *)'
        with
        [
            Float=double
        ]
        .\Matrix.cpp(257) : see reference to class template instantiation 'QUIC::Matrix' being compiled
        with
        [
            Float=double
        ]
.\Matrix.cpp(91) : warning C4018: '<' : signed/unsigned mismatch
        .\Matrix.cpp(86) : while compiling class template member function 'QUIC::Matrix &QUIC::Matrix::operator =(const QUIC::Matrix &)'
        with
        [
            Float=double
        ]
.\Matrix.cpp(141) : warning C4018: '<' : signed/unsigned mismatch
        .\Matrix.cpp(137) : while compiling class template member function 'void QUIC::Matrix::copySubset(const QUIC::Uint *,QUIC::Matrix *) const'
        with
        [
            Float=double
        ]
MatAllocator.cpp
icdf.cpp
globalFuncs.cpp
.\globalFuncs.cpp(126) : warning C4018: '<' : signed/unsigned mismatch
        c:\users\jleahey\desktop\quic\quic\explicit.h(22) : see reference to function template instantiation 'QUIC::Uint cpuLabelRows(float *,const QUIC::Uint &,const float &,const float &,QUIC::Uint *,QUIC::Uint &,QUIC::Uint &)' being compiled
.\globalFuncs.cpp(52) : warning C4018: '<' : signed/unsigned mismatch
        c:\users\jleahey\desktop\quic\quic\explicit.h(28) : see reference to function template instantiation 'void matrixSqrt(QUIC::Matrix &)' being compiled
        with
        [
            Float=float
        ]
.\globalFuncs.cpp(105) : warning C4018: '<' : signed/unsigned mismatch
        c:\users\jleahey\desktop\quic\quic\explicit.h(31) : see reference to function template instantiation 'void vectorMul(const QUIC::Matrix &,QUIC::Matrix &)' being compiled
        with
        [
            Float=float
        ]
.\globalFuncs.cpp(112) : warning C4018: '<' : signed/unsigned mismatch
        c:\users\jleahey\desktop\quic\quic\explicit.h(32) : see reference to function template instantiation 'void rowNorms(const QUIC::Matrix &,const bool &,float *)' being compiled
        with
        [
            Float=float
        ]
.\globalFuncs.cpp(126) : warning C4018: '<' : signed/unsigned mismatch
        c:\users\jleahey\desktop\quic\quic\explicit.h(22) : see reference to function template instantiation 'QUIC::Uint cpuLabelRows(double *,const QUIC::Uint &,const double &,const double &,QUIC::Uint *,QUIC::Uint &,QUIC::Uint &)' being compiled
.\globalFuncs.cpp(52) : warning C4018: '<' : signed/unsigned mismatch
        c:\users\jleahey\desktop\quic\quic\explicit.h(28) : see reference to function template instantiation 'void matrixSqrt(QUIC::Matrix &)' being compiled
        with
        [
            Float=double
        ]
.\globalFuncs.cpp(105) : warning C4018: '<' : signed/unsigned mismatch
        c:\users\jleahey\desktop\quic\quic\explicit.h(31) : see reference to function template instantiation 'void vectorMul(const QUIC::Matrix &,QUIC::Matrix &)' being compiled
        with
        [
            Float=double
        ]
.\globalFuncs.cpp(112) : warning C4018: '<' : signed/unsigned mismatch
        c:\users\jleahey\desktop\quic\quic\explicit.h(32) : see reference to function template instantiation 'void rowNorms(const QUIC::Matrix &,const bool &,double *)' being compiled
        with
        [
            Float=double
        ]
CTNode.cpp
CosineTree.cpp
c:\users\jleahey\desktop\quic\quic\LSDistribution.h(70) : warning C4018: '<' : signed/unsigned mismatch
        c:\users\jleahey\desktop\quic\quic\LSDistribution.h(67) : while compiling class template member function 'void LSDistribution::RowSampler::operator ()(const QUIC::Uint &,QUIC::Uint *) const'
        with
        [
            Float=float
        ]
        c:\users\jleahey\desktop\quic\quic\CosineTree.h(110) : see reference to class template instantiation 'LSDistribution::RowSampler' being compiled
        with
        [
            Float=float
        ]
        c:\users\jleahey\desktop\quic\quic\CosineTree.h(109) : while compiling class template member function 'float CosineTree::MCSqError(const LSDistribution::RowSampler &,const Float &,const QUIC::Uint &)'
        with
        [
            Float=float
        ]
        c:\users\jleahey\desktop\quic\quic\CosineTree.h(58) : see reference to class template instantiation 'CosineTree' being compiled
        with
        [
            Float=float
        ]
        .\CosineTree.cpp(196) : see reference to class template instantiation 'CosineTreeGPU' being compiled
        with
        [
            Float=float
        ]
c:\users\jleahey\desktop\quic\quic\LSDistribution.h(70) : warning C4018: '<' : signed/unsigned mismatch
        c:\users\jleahey\desktop\quic\quic\LSDistribution.h(67) : while compiling class template member function 'void LSDistribution::RowSampler::operator ()(const QUIC::Uint &,QUIC::Uint *) const'
        with
        [
            Float=double
        ]
        c:\users\jleahey\desktop\quic\quic\CosineTree.h(110) : see reference to class template instantiation 'LSDistribution::RowSampler' being compiled
        with
        [
            Float=double
        ]
        c:\users\jleahey\desktop\quic\quic\CosineTree.h(109) : while compiling class template member function 'double CosineTree::MCSqError(const LSDistribution::RowSampler &,const Float &,const QUIC::Uint &)'
        with
        [
            Float=double
        ]
        c:\users\jleahey\desktop\quic\quic\CosineTree.h(58) : see reference to class template instantiation 'CosineTree' being compiled
        with
        [
            Float=double
        ]
        .\CosineTree.cpp(196) : see reference to class template instantiation 'CosineTreeGPU' being compiled
        with
        [
            Float=double
        ]
Basis.cpp
Generating Code...
Creating library...
Results
  
Build log was saved at "file://c:\Users\jleahey\Desktop\QUIC\QUIC\x64\Release\BuildLog.htm"
QUIC - 0 error(s), 21 warning(s)