forked from oneapi-src/oneAPI-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Updating personal fork with oneAPI-src #5
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
Conversation
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
…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
Signed-off-by: Ethan Hirsch <[email protected]>
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
Signed-off-by: Tankut Baris Aktemur <[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. * New code sample PrefixSum in ParallelPatterns. Signed-off-by: Loc Nguyen <[email protected]>
Signed-off-by: Audrey Kertesz <[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
Signed-off-by: Jessica Davies <[email protected]>
* 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]>
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.
No description provided.