Skip to content

Correct IntelPython_XGBoost_Performance sample #769

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 1, 2021

Conversation

amyskov
Copy link
Contributor

@amyskov amyskov commented Nov 24, 2021

Signed-off-by: Alexander Myskov [email protected]

Existing Sample Changes

Description

open function tries to create HIGGS.csv.gz inside of inexistent data directory which leads to error. Fixing it by creation of file inside of sample root directory. Also added with statement for open function in order close opened stream.

External Dependencies

List any external dependencies created as a result of this change.

Type of change

Please delete options that are not relevant. Add a 'X' to the one that is applicable.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Implement fixes for ONSAM Jiras

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Command Line
  • oneapi-cli
  • Visual Studio
  • Eclipse IDE
  • VSCode
  • When compiling the compliler flag "-Wall -Wformat-security -Werror=format-security" was used

JoeOster and others added 3 commits September 29, 2021 09:45
* Update Makefile

* Update Makefile

* Update Makefile

* Update DCT.hpp

* Update intrin_ftz_sample.cpp

* Update merge_sort.cpp

* Update intrin_double_sample.cpp

* Update intrin_dot_sample.cpp

* Update DCT.cpp
@amyskov amyskov mentioned this pull request Nov 24, 2021
9 tasks
@praveenkk123
Copy link
Contributor

Please submit to development branch but not the master branch

@amyskov amyskov changed the base branch from master to development November 25, 2021 10:17
@amyskov
Copy link
Contributor Author

amyskov commented Nov 25, 2021

Please submit to development branch but not the master branch

@praveenkk123 target branch was changed.

Copy link
Contributor

@praveenkk123 praveenkk123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approve for CI

@raoberman
Copy link
Contributor

This is a minor bug fix, easy push, does not break sample at all. would be good to merge if possible for 2022.1 (just a directory change as noted, it isn't impacting the rest of the sample at all) @louie-tsai @praveenkk123

@praveenkk123 praveenkk123 merged commit d507755 into oneapi-src:development Dec 1, 2021
praveenkk123 pushed a commit that referenced this pull request Dec 7, 2021
* ONSAM-1414 Broken Link in Headers (#685)

* Update Makefile

* Update Makefile

* Update Makefile

* Update DCT.hpp

* Update intrin_ftz_sample.cpp

* Update merge_sort.cpp

* Update intrin_double_sample.cpp

* Update intrin_dot_sample.cpp

* Update DCT.cpp

* fix deprecation notice (#682)

* correct IntelPython_XGBoost_Performance sample

Signed-off-by: Alexander Myskov <[email protected]>

Co-authored-by: JoeOster <[email protected]>
Co-authored-by: ericlars <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants