Skip to content

Conversation

ethanhirsch
Copy link
Owner

No description provided.

Alberto-Villarreal and others added 17 commits August 18, 2020 12:36
…on (#86)

* Initial Commit to Open Source Repo

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

* Adding additional inlclude directories to VS project file

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

* Adding statement about dpc_common file and where to find them in README file. Change copyright to 2020

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

* Adding statement about dpc_common file and where to find them in README file. Change copyright to 2020

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

* Adding statement about dpc_common file and where to find them in README file. Change copyright to 2020

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

* Adding statement about dpc_common file and where to find them in README file. Change copyright to 2020

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

* Adding statement about dpc_common file and where to find them in README file. Change copyright to 2020

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

* Adding particle-diffusion directory

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

* Adding particle-diffusion directory

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

* Fix copyright -> 2020

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

* Fixing MKL missing header file

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

* Fixing MKL missing header file - try 2

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

* Add the common includes directory to VS project file

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

* Fix copyright and time units

Signed-off-by: Alberto Villarreal <[email protected]>

* Removing unused header file chrono

Signed-off-by: Alberto Villarreal <[email protected]>

* Adding path for dpc_common header file for Linux

Signed-off-by: Alberto Villarreal <[email protected]>

* Adding path for dpc_common header file for Linux and removing warning

Signed-off-by: Alberto Villarreal <[email protected]>

Co-authored-by: Anjali Gola <[email protected]>
Co-authored-by: Alberto Villarreal <[email protected]>
* Add bitonic-sort sample.

* Add a note about common file in README.

Signed-off-by: Loc Nguyen <[email protected]>

* Move 1d_HeatTransfer sample to open source GitHub.

Signed-off-by: Loc Nguyen <[email protected]>

* Updating License file to remove date

* Adding Buffer Object approach.

* Add comment about the location of dpc_common.hpp.

* New sample: Prefix Sum.

* Remove new sample.
* 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]>
…piler labels (#88)

* update mandelbrot

Signed-off-by: Ethan Hirsch <[email protected]>

* update sepia filter

Signed-off-by: Ethan Hirsch <[email protected]>

* update complex mult

Signed-off-by: Ethan Hirsch <[email protected]>

* udate matrix mult

Signed-off-by: Ethan Hirsch <[email protected]>

* update simple add

Signed-off-by: Ethan Hirsch <[email protected]>

* update vector add

Signed-off-by: Ethan Hirsch <[email protected]>

* update bitonic sort

Signed-off-by: Ethan Hirsch <[email protected]>

* update dct

Signed-off-by: Ethan Hirsch <[email protected]>

* update 1d heat transfer

Signed-off-by: Ethan Hirsch <[email protected]>

* update iso2d/3d

Signed-off-by: Ethan Hirsch <[email protected]>

* Update missed spots

Signed-off-by: Ethan Hirsch <[email protected]>

* updated icc refs as well

Signed-off-by: Ethan Hirsch <[email protected]>
* Adding mandelbrot sample to the repository

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

* Adding changes to mandelbrot to remove libsycl-complex.so dependency
Initial commit of 20 DPC++ FPGA code samples

Signed-off-by: Audrey Kertesz <[email protected]>
#95)

* oneDPL samples README/samples.json - Updated DPC++/C++ Compiler labels

* Remove spare spaces
* Add bitonic-sort sample.

* Add a note about common file in README.

Signed-off-by: Loc Nguyen <[email protected]>

* Move 1d_HeatTransfer sample to open source GitHub.

Signed-off-by: Loc Nguyen <[email protected]>

* Updating License file to remove date

* Adding Buffer Object approach.

* Add comment about the location of dpc_common.hpp.

* New sample: Prefix Sum.

* Remove new sample.

* New code sample PrefixSum in ParallelPatterns.

Signed-off-by: Loc Nguyen <[email protected]>
* Initial commit

* Code additions

* Changes in the description of the code and README

* Codestyle and README changes

* Update hidden_markov_models.cpp

* Included "dpc_common.hpp" in quotes

* Update CMakeLists.txt

* Fixing name of the source file

* Fixing names

* Description in the source file updated

* Fixed sycl::runtime_error
* adding WIP daal4py sample for migration

* more modifications and adding distributed samples for migration

* more migration additions for LR and Kmeans

* removing files from test runs

* more edits

* fixing inconsistencies and some corrections

* fixing properties

* modifying READMEs

* modifying for ci

* modifying for ci again

* fixing sample.json again

* more mods for ci

* ci edit

Co-authored-by: rachel.oberman <[email protected]>
* Sample .cpp, cmake and info files added

* Update README.md

* Sample.json added

* Deleted extra files

* Info files fixes

* Update README.md

* Update sample.json

* Copyright and GUID fixed

* Update sample.json
* Removing linux compat from MandelbrotOMP

Signed-off-by: Ethan Hirsch <[email protected]>

* Removing linux compat from Intrinsics

Signed-off-by: Ethan Hirsch <[email protected]>

* removing linux compat from mergesortOMP

Signed-off-by: Ethan Hirsch <[email protected]>
* Updating License  file to no date in the title /*
 * Copyright (c) 2020 Intel Corporation
 *
 * This program and the accompanying materials are made available under the
 * terms of the The MIT License which is available at
 * https://opensource.org/licenses/MIT.
 *
 * SPDX-License-Identifier: MIT
 */

* Update README.md

* Fix FPGA entries

* Update README.md

Updates per request of sranikonda

* Update README.md

Co-authored-by: akertesz <[email protected]>
@ethanhirsch ethanhirsch merged commit b84e34a into ethanhirsch:master Aug 24, 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.