Tags: isaevil/oneAPI-samples
Tags
Update Trademark for mac (Matrix multiply samples) (oneapi-src#387) * 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 * Remove namespace, end files, use "std::iota", fix README Signed-off-by: root <[email protected]> * fix README Signed-off-by: root <[email protected]> * Fix "matrix_multiply" samples failures on Windows. * buffer/accessor updates for coding guidelines (matrix mul). * Update buffers/accessors for TBB Samples. Update CMake files to use defaults. * remove dead code for TBB samples. * Update TBB samples to use lib name "tbb12.dll" (Windows) * Update trademark usage in Matrix Multiply samples. * minor trademark edit. * include dpcpp_common for Release version of Matrix Mul (Windows) * Add backslash to Matrix Multiply Samples. * Include dpc_common for TBB samples (Release version/Windows) * Update trademark error on mac. Co-authored-by: root <[email protected]> Co-authored-by: cory.levels <[email protected]>
Create makefile for NMAKE to build and run on windows (oneapi-src#271) * create makefile for NMAKE Signed-off-by: Alberto Villarreal <[email protected]> * create makefile for NMAKE Signed-off-by: Alberto Villarreal <[email protected]> * create makefile for NMAKE Signed-off-by: Alberto Villarreal <[email protected]> * create makefile for NMAKE Signed-off-by: Alberto Villarreal <[email protected]> Co-authored-by: Alberto Villarreal <[email protected]>
Fix MSVC build/runtime issues in oneVPL samples (oneapi-src#160) Merging as override
Added the common includes directory to VS project file in Particle Di… …ffusion sample (oneapi-src#45) * 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]> Co-authored-by: Anjali Gola <[email protected]>