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
Updated sample to increase memory size on CPU runs (oneapi-src#136)
* 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]>
0 commit comments