Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Sep 5, 2024
1 parent 1aacc2f commit 503caea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/pipeline/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ jobs:
vmImage: 'windows-2022'
steps:
- script: .ci/scripts/install_windows.bat $(WINDOWS_BASEKIT_URL) $(WINDOWS_DPCPP_COMPONENTS)
displayName: install
displayName: Install oneAPI Base Toolkit
- script: |
set PATH=C:\msys64\usr\bin;%PATH%
pip install cpufeature
Expand Down
4 changes: 2 additions & 2 deletions cpp/daal/src/algorithms/pca/pca_partialresult_svd.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace pca
* \param[in] method Computation method
*/
template <typename algorithmFPType>
services::Status PartialResult<svdDense>::allocate(const daal::algorithms::Input * input, const daal::algorithms::Parameter * parameter,
DAAL_EXPORT services::Status PartialResult<svdDense>::allocate(const daal::algorithms::Input * input, const daal::algorithms::Parameter * parameter,
const int method)
{
services::Status s;
Expand All @@ -55,7 +55,7 @@ services::Status PartialResult<svdDense>::allocate(const daal::algorithms::Input
};

template <typename algorithmFPType>
services::Status PartialResult<svdDense>::initialize(const daal::algorithms::Input * input, const daal::algorithms::Parameter * parameter,
DAAL_EXPORT services::Status PartialResult<svdDense>::initialize(const daal::algorithms::Input * input, const daal::algorithms::Parameter * parameter,
const int method)
{
services::Status s;
Expand Down

0 comments on commit 503caea

Please sign in to comment.