Update lpot2inc ONSAM-1443#784
Merged
praveenkk123 merged 11 commits intooneapi-src:developmentfrom Dec 7, 2021
NeoZhangJianyu:update_lpot2inc
Merged
Update lpot2inc ONSAM-1443#784praveenkk123 merged 11 commits intooneapi-src:developmentfrom NeoZhangJianyu:update_lpot2inc
praveenkk123 merged 11 commits intooneapi-src:developmentfrom
NeoZhangJianyu:update_lpot2inc
Conversation
* 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
add install flatbuffers
add missed package used in TF2.5
make code be better
| "env": ["source ${ONEAPI_ROOT}/setvars.sh --force", | ||
| "conda env remove -n user_tensorflow", | ||
| "conda create -n user_tensorflow -c ${ONEAPI_ROOT}/conda_channel python=`python -V| awk '{print $2}'` -y", | ||
| "conda activate user_tensorfinclow", |
Contributor
There was a problem hiding this comment.
Suggested change
| "conda activate user_tensorfinclow", | |
| "conda activate user_tensorflow", |
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) * rm plus, Fixes Issue#ONSAM-1418 * Update sample.json add install flatbuffers * Update sample.json add missed package used in TF2.5 * update according to the review comment make code be better * rename lpot to inc * fix sample.json error and use full name of INC * use full name to replace INC, format sample.json Co-authored-by: JoeOster <52936608+JoeOster@users.noreply.github.com> Co-authored-by: ericlars <eric.larson@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Existing Sample Changes
Description
Fixes Issue#ONSAM-1443
LPOT is renamed to INC, change text and code for it.
Change the test env. installation script to use same python version in oneAPI.
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.
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
Delete this line and everything below if this is not a PR for a new code sample
Delete this line and all above it if this PR is for a new code sample
Adding a New Sample(s)
Description
Please include a description of the sample
Checklist
Administrative
Code Development
Security and Legal
Review