Skip to content

Conversation

terdner
Copy link
Owner

@terdner terdner commented Sep 9, 2020

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

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)
  • Sample Migration (Moving sample from old repository after completing checklist established)

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

Checklist for Moving samples:

Links and Details can be found in the samples WG Teams Files.

MoushumiMaria and others added 12 commits September 4, 2020 15:24
* Update simple add sample

Signed-off-by: Maria, Moushumi <[email protected]>

* Update make files

Signed-off-by: Maria, Moushumi <[email protected]>

* Update fpga make file

Signed-off-by: Maria, Moushumi <[email protected]>

* Add dpc_common.hpp

* Update sample.json

* Fix Makefile.win

* Update Makefile.win

* Update sample.json

* Remove dpc_common.hpp

* Update VS project file

* Update README.md

* Update sample.json

* Add stb

* Update read me file

* Initial commit

* Update License.txt

* Change location of matrix multiplication sample

* Fix matrix mul sample VS project file

Co-authored-by: JoeOster <[email protected]>
…134)

* array-transform: use 'auto' for parallel_for's parameter type

Signed-off-by: Tankut Baris Aktemur <[email protected]>

* array-transform: use 'size_t' as the type of index dimension

The dimension of an id object has type `size_t`.  So, use that
type instead of `int`.

Signed-off-by: Tankut Baris Aktemur <[email protected]>

* array-transform: use simplified accessor declaration

Signed-off-by: Tankut Baris Aktemur <[email protected]>
* initial commit of openMP example.

Signed-off-by: todd.erdner <[email protected]>

* Initial commit of the dpc_reduce

Signed-off-by: todd.erdner <[email protected]>

* added guid to sample.json

Signed-off-by: todd.erdner <[email protected]>

* fixed sample.json files.

Signed-off-by: todd.erdner <[email protected]>

* fixed the include files.  Somehow I copied a slightly old repo and it still had <chrono> and the omp_common.hpp file.  They have been removed.

Signed-off-by: todd.erdner <[email protected]>

* added license.txt file ran through formating tool one more time removed all calls to "std::endl" and replaced with " \n"

Signed-off-by: todd.erdner <[email protected]>

* renamed license.txt to License.txt

Signed-off-by: todd.erdner <[email protected]>

* added "ciTests" to the sample.json file.  It passed the check.

Signed-off-by: todd.erdner <[email protected]>

* fixed make error

Signed-off-by: todd.erdner <[email protected]>

* fixed sample.json

Signed-off-by: todd.erdner <[email protected]>

* removed "2020" from the License.txt file due to update guidelines.

Signed-off-by: todd.erdner <[email protected]>

* added comment regarding where you can find dpc_common in both files per Paul's comments.

Signed-off-by: todd.erdner <[email protected]>

* Modified names of the functions to represent what they do (ie. calc_pi_*) per suggestion from Paul.

Signed-off-by: todd.erdner <[email protected]>

* initial check-in to the C++ repo

Signed-off-by: todd.erdner <[email protected]>

* put correct comment on dpc_common.hpp

Signed-off-by: todd.erdner <[email protected]>

* added commenting indicating where they can find corresponding include files.

Signed-off-by: todd.erdner <[email protected]>

* added comment line

Signed-off-by: todd.erdner <[email protected]>

* removed openMP repo from DPC++ as it will be moved to C++ directory

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* fixed category line in sample.json to match exact text expected.

* removing openMP from the DPC directory.  It has been moved to C++ directory.

* fixed tf_init call

Signed-off-by: todd.erdner <[email protected]>

* removed all calls into PSTL internal logic.  This is what was causing fails between beta08 and beta09.

Signed-off-by: todd.erdner <[email protected]>

* fixed env variable to run on CPU

Signed-off-by: todd.erdner <[email protected]>

* update Readme file to include information about setting
env variable to allocate more memory for any runs
on the cpu

Signed-off-by: todd.erdner <[email protected]>

Co-authored-by: JoeOster <[email protected]>
* TBB Samples Migration

Signed-off-by: root <[email protected]>

* Addressing PR Change Requests

Signed-off-by: root <[email protected]>

* Fill in "Purpose" Section of both README files.

Signed-off-by: root <[email protected]>

* Remove binary and build files

Signed-off-by: root <[email protected]>

* include dpc_common header, remove exception handler, fix json files. (all changes apply to both samples)

Signed-off-by: root <[email protected]>

* include dpc_common headers, remove exception handlers (both samples)

Signed-off-by: root <[email protected]>

* Fix README files, include header files for windows

* Fix matrix_multiply sample failures for windows.

Signed-off-by: Levels <[email protected]>

Co-authored-by: root <[email protected]>
* Initial commit for iso3dfd_dpcpp code sample

Signed-off-by: Gogar, Sunny L <[email protected]>

* Update License.txt

* Update sample.json

* Adding iso3dfd_omp_offload and changing dpc++ compile for windows to dpcpp

* Delete .nfs000000043228fc3f00000140

* Removing build directory accidently checked in

* Update sample.json

Fixing a missing comma

* Adding couple of changes as per Paul's recommendation

* Updating some variable names as per guidelines

* Moving iso3dfd_omp_offload to C++ folder

* Fixing a windows related error about missing std:: for tranform

* Adding algorithm header explicity in iso3dfd.h

* Fixing the sample.json to eliminate recent errors
@terdner terdner merged commit 947ea80 into terdner:master Sep 9, 2020
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.