You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applied the same fix for transform_iterator.cpp addressed in ONSAM-1375. (oneapi-src#453)
* updated the simplied version of the accessors, used auto for parallel_for
index
* using vector.size() instead of the global variables as per the comments
* fixed the typo. Also check the output vector size
* Updated Readme to add the include files path for dpc_common.hpp
Updated the cpp file with the comments on dev_utilities folder
* Updated the Jupyter notebooks as per the beta10 guidelines <[email protected]>
* removed sample.json as these are jupyter notebooks <[email protected]>
* removed some checkpoint files that are not necessary <[email protected]>
* removed unwanted files <[email protected]>
* removed unwanted checkpoint files <[email protected]>
* Signed-off-by: praveenkk123 <[email protected]>
Updated the notebooks with beta10 changes. fixed namespace
* Signed-off-by: praveenkk123 <[email protected]>
Updated README.md file
* Updated windows VS project file. Add "/Od" as the linker option.
Signed-off-by: praveenkk123 <[email protected]>
* Updated Jupyter notebooks and deploying the CI/CD process for the samples in the notebook
* Updated Readme files
* fixed the code to address the bug raised in ONSAM-1375
* Applied the same fix for transform_iterator.cpp addressed in ONSAM-1375. Relpaced include algorithm with include numeric
* Fixed the issue for maximum and minimum functions
0 commit comments