| | 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...
|